Searched refs:ehash (Results 1 – 7 of 7) sorted by relevance
543 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()
481 struct inet_ehash_bucket *head = &hashinfo->ehash[i]; in tcp_diag_dump()
2626 return hlist_nulls_empty(&hinfo->ehash[st->bucket].chain);2651 sk_nulls_for_each(sk, node, &hinfo->ehash[st->bucket].chain) {
5302 tcp_hashinfo.ehash = in tcp_init()5313 INIT_HLIST_NULLS_HEAD(&tcp_hashinfo.ehash[i].chain, i); in tcp_init()
154 struct inet_ehash_bucket *ehash; member195 return &hashinfo->ehash[hash & hashinfo->ehash_mask]; in inet_ehash_bucket()
66 head = &hashinfo->ehash[slot]; in __inet6_lookup_established()