Home
last modified time | relevance | path

Searched refs:phash (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/net/ipv6/
Dinet6_hashtables.c130 u32 phash = 0; in inet6_lookup_listener() local
145 phash = inet6_ehashfn(net, daddr, hnum, in inet6_lookup_listener()
151 if (reciprocal_scale(phash, matches) == 0) in inet6_lookup_listener()
153 phash = next_pseudo_random32(phash); in inet6_lookup_listener()
/linux-4.1.27/net/ipv4/
Dinet_hashtables.c216 u32 phash = 0; in __inet_lookup_listener() local
229 phash = inet_ehashfn(net, daddr, hnum, in __inet_lookup_listener()
235 if (reciprocal_scale(phash, matches) == 0) in __inet_lookup_listener()
237 phash = next_pseudo_random32(phash); in __inet_lookup_listener()