Home
last modified time | relevance | path

Searched refs:bsd_socket_buckets (Results 1 – 1 of 1) sorted by relevance

/linux/net/unix/
H A Daf_unix.c122 static struct hlist_head bsd_socket_buckets[UNIX_HASH_SIZE / 2]; variable
416 sk_add_bind_node(sk, &bsd_socket_buckets[sk->sk_hash]); in unix_insert_bsd_socket()
467 sk_for_each_bound(s, &bsd_socket_buckets[hash]) { in unix_find_socket_byinode()
3793 INIT_HLIST_HEAD(&bsd_socket_buckets[i]); in af_unix_init()