Searched refs:bhash2 (Results 1 – 5 of 5) sorted by relevance
| /linux/net/ipv4/ |
| H A D | inet_hashtables.c | 87 INIT_HLIST_HEAD(&tb->bhash2); in inet_bind_bucket_create() 100 if (hlist_empty(&tb->bhash2)) { in inet_bind_bucket_destroy() 108 hlist_for_each_entry(tb2, &tb->bhash2, bhash_node) { in inet_bind_bucket_destroy() 148 hlist_add_head(&tb2->bhash_node, &tb->bhash2); in inet_bind2_bucket_init() 889 struct inet_bind2_bucket *bhash2 = NULL; in inet_bind2_bucket_find() local 891 inet_bind_bucket_for_each(bhash2, &head->chain) in inet_bind2_bucket_find() 892 if (inet_bind2_bucket_match(bhash2, net, port, l3mdev, sk)) in inet_bind2_bucket_find() 895 return bhash2; in inet_bind2_bucket_find() 911 return &hinfo->bhash2[hash & (hinfo->bhash_size - 1)]; in inet_bhash2_addr_any_hashbucket() 1121 WARN_ON(hlist_empty(&tb->bhash2)); in __inet_hash_connect()
|
| H A D | inet_connection_sock.c | 223 hlist_for_each_entry(__tb2, &(__tb)->bhash2, bhash_node) \ 449 if (hlist_empty(&tb->bhash2)) { in inet_csk_update_fastreuse() 544 if (!hlist_empty(&tb->bhash2)) { in inet_csk_get_port()
|
| H A D | tcp_diag.c | 408 ibb = &hashinfo->bhash2[i]; in tcp_diag_dump()
|
| H A D | tcp.c | 5328 tcp_hashinfo.bhash2 = tcp_hashinfo.bhash + tcp_hashinfo.bhash_size; in tcp_init() 5332 spin_lock_init(&tcp_hashinfo.bhash2[i].lock); in tcp_init() 5333 INIT_HLIST_HEAD(&tcp_hashinfo.bhash2[i].chain); in tcp_init()
|
| /linux/include/net/ |
| H A D | inet_hashtables.h | 91 struct hlist_head bhash2; member 170 struct inet_bind_hashbucket *bhash2; member 264 return &hinfo->bhash2[hash & (hinfo->bhash_size - 1)]; in inet_bhashfn_portaddr()
|