ehash 131 include/net/inet_hashtables.h struct inet_ehash_bucket *ehash; ehash 176 include/net/inet_hashtables.h return &hashinfo->ehash[hash & hashinfo->ehash_mask]; ehash 1174 net/dccp/proto.c dccp_hashinfo.ehash = (struct inet_ehash_bucket *) ehash 1176 net/dccp/proto.c } while (!dccp_hashinfo.ehash && --ehash_order > 0); ehash 1178 net/dccp/proto.c if (!dccp_hashinfo.ehash) { ehash 1184 net/dccp/proto.c INIT_HLIST_NULLS_HEAD(&dccp_hashinfo.ehash[i].chain, i); ehash 1242 net/dccp/proto.c free_pages((unsigned long)dccp_hashinfo.ehash, ehash_order); ehash 1251 net/dccp/proto.c dccp_hashinfo.ehash = NULL; ehash 1263 net/dccp/proto.c free_pages((unsigned long)dccp_hashinfo.ehash, ehash 960 net/ipv4/inet_diag.c struct inet_ehash_bucket *head = &hashinfo->ehash[i]; ehash 361 net/ipv4/inet_hashtables.c struct inet_ehash_bucket *head = &hashinfo->ehash[slot]; ehash 265 net/ipv4/inet_timewait_sock.c struct inet_ehash_bucket *head = &hashinfo->ehash[slot]; ehash 3982 net/ipv4/tcp.c tcp_hashinfo.ehash = ehash 3993 net/ipv4/tcp.c INIT_HLIST_NULLS_HEAD(&tcp_hashinfo.ehash[i].chain, i); ehash 2200 net/ipv4/tcp_ipv4.c return hlist_nulls_empty(&tcp_hashinfo.ehash[st->bucket].chain); ehash 2225 net/ipv4/tcp_ipv4.c sk_nulls_for_each(sk, node, &tcp_hashinfo.ehash[st->bucket].chain) { ehash 65 net/ipv6/inet6_hashtables.c struct inet_ehash_bucket *head = &hashinfo->ehash[slot];