Searched refs:ehash (Results 1 – 7 of 7) sorted by relevance
548 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()
481 struct inet_ehash_bucket *head = &hashinfo->ehash[i]; in tcp_diag_dump()
2548 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) "
5328 tcp_hashinfo.ehash = in tcp_init()5339 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()
101 head = &hashinfo->ehash[slot]; in __inet6_lookup_established()