UNIX_HASH_SIZE 118 net/unix/af_unix.c static struct hlist_head unix_socket_table[UNIX_HASH_SIZE + 1]; UNIX_HASH_SIZE 122 net/unix/af_unix.c #define unix_sockets_unbound (&unix_socket_table[UNIX_HASH_SIZE]) UNIX_HASH_SIZE 124 net/unix/af_unix.c #define UNIX_ABSTRACT(sk) (unix_sk(sk)->addr->hash != UNIX_HASH_SIZE) UNIX_HASH_SIZE 155 net/unix/af_unix.c return hash&(UNIX_HASH_SIZE-1); UNIX_HASH_SIZE 292 net/unix/af_unix.c &unix_socket_table[i->i_ino & (UNIX_HASH_SIZE - 1)]) { UNIX_HASH_SIZE 838 net/unix/af_unix.c addr->hash = UNIX_HASH_SIZE; UNIX_HASH_SIZE 853 net/unix/af_unix.c list = &unix_socket_table[dentry->d_inode->i_ino & (UNIX_HASH_SIZE-1)]; UNIX_HASH_SIZE 2053 net/unix/af_unix.c for (*i = 0; *i <= UNIX_HASH_SIZE; (*i)++) { UNIX_HASH_SIZE 2067 net/unix/af_unix.c for ((*i)++; *i <= UNIX_HASH_SIZE; (*i)++) {