Home
last modified time | relevance | path

Searched refs:ehash_mask (Results 1 – 5 of 5) sorted by relevance

/linux/include/net/
H A Dinet_hashtables.h156 unsigned int ehash_mask; member
195 return &hashinfo->ehash[hash & hashinfo->ehash_mask]; in inet_ehash_bucket()
/linux/net/dccp/
H A Dproto.c
/linux/net/ipv6/
H A Dinet6_hashtables.c100 slot = hash & hashinfo->ehash_mask; in __inet6_lookup_established()
/linux/net/ipv4/
H A Dtcp_diag.c480 for (i = s_i; i <= hashinfo->ehash_mask; i++) { in tcp_diag_dump()
H A Dtcp_ipv4.c2561 for (; st->bucket <= hinfo->ehash_mask; ++st->bucket) {
2658 if (st->bucket > hinfo->ehash_mask)
3417 ehash_entries = tcp_hashinfo.ehash_mask + 1;