UNIX_HASH_SIZE 24 include/net/af_unix.h extern struct hlist_head unix_socket_table[2 * UNIX_HASH_SIZE]; UNIX_HASH_SIZE 119 net/unix/af_unix.c struct hlist_head unix_socket_table[2 * UNIX_HASH_SIZE]; UNIX_HASH_SIZE 132 net/unix/af_unix.c hash %= UNIX_HASH_SIZE; UNIX_HASH_SIZE 133 net/unix/af_unix.c return &unix_socket_table[UNIX_HASH_SIZE + hash]; UNIX_HASH_SIZE 136 net/unix/af_unix.c #define UNIX_ABSTRACT(sk) (unix_sk(sk)->addr->hash < UNIX_HASH_SIZE) UNIX_HASH_SIZE 177 net/unix/af_unix.c return hash&(UNIX_HASH_SIZE-1); UNIX_HASH_SIZE 315 net/unix/af_unix.c &unix_socket_table[i->i_ino & (UNIX_HASH_SIZE - 1)]) { UNIX_HASH_SIZE 1053 net/unix/af_unix.c addr->hash = UNIX_HASH_SIZE; UNIX_HASH_SIZE 1054 net/unix/af_unix.c hash = d_backing_inode(path.dentry)->i_ino & (UNIX_HASH_SIZE - 1);