Home
last modified time | relevance | path

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

/linux/net/dccp/
H A Dproto.c
/linux/include/net/
H A Dinet_hashtables.h154 struct inet_ehash_bucket *ehash; member
195 return &hashinfo->ehash[hash & hashinfo->ehash_mask]; in inet_ehash_bucket()
/linux/net/ipv6/
H A Dinet6_hashtables.c101 head = &hashinfo->ehash[slot]; in __inet6_lookup_established()
/linux/net/ipv4/
H A Dtcp_diag.c481 struct inet_ehash_bucket *head = &hashinfo->ehash[i]; in tcp_diag_dump()
H A Dtcp_ipv4.c2553 return hlist_nulls_empty(&hinfo->ehash[st->bucket].chain);
2578 sk_nulls_for_each(sk, node, &hinfo->ehash[st->bucket].chain) {
3425 pr_warn("Failed to allocate TCP ehash (entries: %u) "