Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/dccp/
A Dproto.c1190 dccp_hashinfo.bhash2 = (struct inet_bind_hashbucket *) in dccp_init()
1193 if (!dccp_hashinfo.bhash2) { in dccp_init()
1201 spin_lock_init(&dccp_hashinfo.bhash2[i].lock); in dccp_init()
1202 INIT_HLIST_HEAD(&dccp_hashinfo.bhash2[i].chain); in dccp_init()
1234 free_pages((unsigned long)dccp_hashinfo.bhash2, bhash_order); in dccp_init()
1249 dccp_hashinfo.bhash2 = NULL; in dccp_init()
1264 free_pages((unsigned long)dccp_hashinfo.bhash2, bhash_order); in dccp_fini()
/linux-6.3-rc2/include/net/
A Dinet_hashtables.h172 struct inet_bind_hashbucket *bhash2; member
278 return &hinfo->bhash2[hash & (hinfo->bhash_size - 1)]; in inet_bhashfn_portaddr()
/linux-6.3-rc2/net/ipv4/
A Dinet_hashtables.c849 struct inet_bind2_bucket *bhash2 = NULL; in inet_bind2_bucket_find() local
851 inet_bind_bucket_for_each(bhash2, &head->chain) in inet_bind2_bucket_find()
852 if (inet_bind2_bucket_match(bhash2, net, port, l3mdev, sk)) in inet_bind2_bucket_find()
855 return bhash2; in inet_bind2_bucket_find()
872 return &hinfo->bhash2[hash & (hinfo->bhash_size - 1)]; in inet_bhash2_addr_any_hashbucket()
A Dtcp.c4802 tcp_hashinfo.bhash2 = tcp_hashinfo.bhash + tcp_hashinfo.bhash_size; in tcp_init()
4806 spin_lock_init(&tcp_hashinfo.bhash2[i].lock); in tcp_init()
4807 INIT_HLIST_HEAD(&tcp_hashinfo.bhash2[i].chain); in tcp_init()

Completed in 15 milliseconds