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.c548 head = &hashinfo->ehash[slot]; in __inet_lookup_established()
1360 new_hashinfo->ehash = vmalloc_huge(ehash_entries * sizeof(struct inet_ehash_bucket), in inet_pernet_hashinfo_alloc()
1362 if (!new_hashinfo->ehash) in inet_pernet_hashinfo_alloc()
1371 INIT_HLIST_NULLS_HEAD(&new_hashinfo->ehash[i].chain, i); in inet_pernet_hashinfo_alloc()
1378 vfree(new_hashinfo->ehash); in inet_pernet_hashinfo_alloc()
1391 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.c2548 return hlist_nulls_empty(&hinfo->ehash[st->bucket].chain);
2573 sk_nulls_for_each(sk, node, &hinfo->ehash[st->bucket].chain) {
3412 pr_warn("Failed to allocate TCP ehash (entries: %u) "
H A Dtcp.c5328 tcp_hashinfo.ehash = in tcp_init()
5339 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.c101 head = &hashinfo->ehash[slot]; in __inet6_lookup_established()