Home
last modified time | relevance | path

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

/linux/net/dccp/
H A Dproto.c1171 dccp_hashinfo.ehash = (struct inet_ehash_bucket *) in dccp_init()
1173 } while (!dccp_hashinfo.ehash && --ehash_order > 0); in dccp_init()
1175 if (!dccp_hashinfo.ehash) { in dccp_init()
1181 INIT_HLIST_NULLS_HEAD(&dccp_hashinfo.ehash[i].chain, i); in dccp_init()
1253 free_pages((unsigned long)dccp_hashinfo.ehash, ehash_order); in dccp_init()
1263 dccp_hashinfo.ehash = NULL; in dccp_init()
1278 free_pages((unsigned long)dccp_hashinfo.ehash, in dccp_fini()
/linux/net/ipv4/
H A Dinet_hashtables.c506 struct inet_ehash_bucket *head = &hashinfo->ehash[slot]; in __inet_lookup_established()
1264 new_hashinfo->ehash = vmalloc_huge(ehash_entries * sizeof(struct inet_ehash_bucket), in inet_pernet_hashinfo_alloc()
1266 if (!new_hashinfo->ehash) in inet_pernet_hashinfo_alloc()
1275 INIT_HLIST_NULLS_HEAD(&new_hashinfo->ehash[i].chain, i); in inet_pernet_hashinfo_alloc()
1282 vfree(new_hashinfo->ehash); in inet_pernet_hashinfo_alloc()
1296 vfree(hashinfo->ehash); in inet_pernet_hashinfo_free()
H A Dinet_timewait_sock.c314 struct inet_ehash_bucket *head = &hashinfo->ehash[0]; in inet_twsk_purge()
H A Dinet_diag.c1189 struct inet_ehash_bucket *head = &hashinfo->ehash[i]; in inet_diag_dump_icsk()
H A Dtcp_ipv4.c2674 return hlist_nulls_empty(&hinfo->ehash[st->bucket].chain);
2699 sk_nulls_for_each(sk, node, &hinfo->ehash[st->bucket].chain) {
H A Dtcp.c5106 tcp_hashinfo.ehash = in tcp_init()
5117 INIT_HLIST_NULLS_HEAD(&tcp_hashinfo.ehash[i].chain, i); in tcp_init()
/linux/include/net/
H A Dinet_hashtables.h151 struct inet_ehash_bucket *ehash; member
197 return &hashinfo->ehash[hash & hashinfo->ehash_mask]; in inet_ehash_bucket()
/linux/net/ipv6/
H A Dinet6_hashtables.c65 struct inet_ehash_bucket *head = &hashinfo->ehash[slot]; in __inet6_lookup_established()