Home
last modified time | relevance | path

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

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