Home
last modified time | relevance | path

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

/net/ipv6/
Dinet6_hashtables.c169 u32 phash = 0; in inet6_lookup_listener() local
184 phash = inet6_ehashfn(net, daddr, hnum, in inet6_lookup_listener()
190 if (((u64)phash * matches) >> 32 == 0) in inet6_lookup_listener()
192 phash = next_pseudo_random32(phash); in inet6_lookup_listener()
/net/ipv4/
Dinet_hashtables.c188 u32 phash = 0; in __inet_lookup_listener() local
201 phash = inet_ehashfn(net, daddr, hnum, in __inet_lookup_listener()
207 if (((u64)phash * matches) >> 32 == 0) in __inet_lookup_listener()
209 phash = next_pseudo_random32(phash); in __inet_lookup_listener()