Home
last modified time | relevance | path

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

/linux/net/dccp/
H A Dproto.c
/linux/include/net/
H A Dinet_hashtables.h91 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()
/linux/net/ipv4/
H A Dinet_connection_sock.c222 hlist_for_each_entry(__tb2, &(__tb)->bhash2, bhash_node) \
448 if (hlist_empty(&tb->bhash2)) { in inet_csk_update_fastreuse()
543 if (!hlist_empty(&tb->bhash2)) { in inet_csk_get_port()
H A Dtcp_diag.c408 ibb = &hashinfo->bhash2[i]; in tcp_diag_dump()