Lines Matching refs:hashinfo
52 struct inet_hashinfo *hashinfo, in __inet6_lookup_established() argument
66 unsigned int slot = hash & hashinfo->ehash_mask; in __inet6_lookup_established()
67 struct inet_ehash_bucket *head = &hashinfo->ehash[slot]; in __inet6_lookup_established()
163 struct inet_hashinfo *hashinfo, in inet6_lookup_run_bpf() argument
173 if (hashinfo != &tcp_hashinfo) in inet6_lookup_run_bpf()
188 struct inet_hashinfo *hashinfo, in inet6_lookup_listener() argument
200 result = inet6_lookup_run_bpf(net, hashinfo, skb, doff, in inet6_lookup_listener()
207 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in inet6_lookup_listener()
217 ilb2 = inet_lhash2_bucket(hashinfo, hash2); in inet6_lookup_listener()
229 struct sock *inet6_lookup(struct net *net, struct inet_hashinfo *hashinfo, in inet6_lookup() argument
238 sk = __inet6_lookup(net, hashinfo, skb, doff, saddr, sport, daddr, in inet6_lookup()
250 struct inet_hashinfo *hinfo = death_row->hashinfo; in __inet6_check_established()