Home
last modified time | relevance | path

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

/linux/net/dccp/
H A Dproto.c
/linux/net/ipv4/
H A Dinet_hashtables.c543 head = &hashinfo->ehash[slot]; in __inet_lookup_established()
1348 new_hashinfo->ehash = vmalloc_huge(ehash_entries * sizeof(struct inet_ehash_bucket), in inet_pernet_hashinfo_alloc()
1350 if (!new_hashinfo->ehash) in inet_pernet_hashinfo_alloc()
1359 INIT_HLIST_NULLS_HEAD(&new_hashinfo->ehash[i].chain, i); in inet_pernet_hashinfo_alloc()
1366 vfree(new_hashinfo->ehash); in inet_pernet_hashinfo_alloc()
1379 vfree(hashinfo->ehash); in inet_pernet_hashinfo_free()
H A Dtcp_diag.c481 struct inet_ehash_bucket *head = &hashinfo->ehash[i]; in tcp_diag_dump()
H A Dtcp_ipv4.c2626 return hlist_nulls_empty(&hinfo->ehash[st->bucket].chain);
2651 sk_nulls_for_each(sk, node, &hinfo->ehash[st->bucket].chain) {
H A Dtcp.c5302 tcp_hashinfo.ehash = in tcp_init()
5313 INIT_HLIST_NULLS_HEAD(&tcp_hashinfo.ehash[i].chain, i); in tcp_init()
/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.c66 head = &hashinfo->ehash[slot]; in __inet6_lookup_established()