Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dinet_hashtables.c87 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 Dtcp.c5327 tcp_hashinfo.bhash2 = tcp_hashinfo.bhash + tcp_hashinfo.bhash_size; in tcp_init()
5331 spin_lock_init(&tcp_hashinfo.bhash2[i].lock); in tcp_init()
5332 INIT_HLIST_HEAD(&tcp_hashinfo.bhash2[i].chain); in tcp_init()
/linux/net/dccp/
H A Dproto.c