Home
last modified time | relevance | path

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

/linux/include/net/
H A Dinet_hashtables.h171 unsigned int bhash_size; member
247 const u32 bhash_size) in inet_bhashfn() argument
249 return (lport + net_hash_mix(net)) & (bhash_size - 1); in inet_bhashfn()
264 return &hinfo->bhash2[hash & (hinfo->bhash_size - 1)]; in inet_bhashfn_portaddr()
/linux/net/dccp/
H A Dproto.c
/linux/net/ipv4/
H A Dinet_connection_sock.c362 hinfo->bhash_size)]; in inet_csk_find_open_port()
527 hinfo->bhash_size)]; in inet_csk_get_port()
H A Dtcp_diag.c398 for (i = s_i; i < hashinfo->bhash_size; i++) { in tcp_diag_dump()