unix_socket_table   24 include/net/af_unix.h extern struct hlist_head unix_socket_table[2 * UNIX_HASH_SIZE];
unix_socket_table  119 net/unix/af_unix.c struct hlist_head unix_socket_table[2 * UNIX_HASH_SIZE];
unix_socket_table  120 net/unix/af_unix.c EXPORT_SYMBOL_GPL(unix_socket_table);
unix_socket_table  133 net/unix/af_unix.c 	return &unix_socket_table[UNIX_HASH_SIZE + hash];
unix_socket_table  279 net/unix/af_unix.c 	sk_for_each(s, &unix_socket_table[hash ^ type]) {
unix_socket_table  315 net/unix/af_unix.c 		    &unix_socket_table[i->i_ino & (UNIX_HASH_SIZE - 1)]) {
unix_socket_table  903 net/unix/af_unix.c 	__unix_insert_socket(&unix_socket_table[addr->hash], sk);
unix_socket_table 1057 net/unix/af_unix.c 		list = &unix_socket_table[hash];
unix_socket_table 1067 net/unix/af_unix.c 		list = &unix_socket_table[addr->hash];
unix_socket_table 2712 net/unix/af_unix.c 	for (sk = sk_head(&unix_socket_table[bucket]); sk; sk = sk_next(sk)) {
unix_socket_table 2744 net/unix/af_unix.c 	} while (bucket < ARRAY_SIZE(unix_socket_table));
unix_socket_table 2757 net/unix/af_unix.c 	if (get_bucket(*pos) >= ARRAY_SIZE(unix_socket_table))
unix_socket_table  208 net/unix/diag.c 	     slot < ARRAY_SIZE(unix_socket_table);
unix_socket_table  213 net/unix/diag.c 		sk_for_each(sk, &unix_socket_table[slot]) {
unix_socket_table  243 net/unix/diag.c 	for (i = 0; i < ARRAY_SIZE(unix_socket_table); i++) {
unix_socket_table  244 net/unix/diag.c 		sk_for_each(sk, &unix_socket_table[i])