Searched refs:phash (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
| D | ninet_hashtables.c | 384 u32 phash = 0; in ninet_lhash2_lookup() local 398 phash = ninet_ehashfn(net, daddr, hnum, saddr, sport); in ninet_lhash2_lookup() 403 if (reciprocal_scale(phash, matches) == 0) in ninet_lhash2_lookup() 405 phash = next_pseudo_random32(phash); in ninet_lhash2_lookup()
|
| /kernel/linux/linux-5.10/net/ipv6/ |
| D | inet6_hashtables.c | 124 u32 phash; in lookup_reuseport() local 127 phash = inet6_ehashfn(net, daddr, hnum, saddr, sport); in lookup_reuseport() 128 reuse_sk = reuseport_select_sock(sk, phash, skb, doff); in lookup_reuseport()
|
| /kernel/linux/linux-5.10/net/ipv4/ |
| D | inet_hashtables.c | 270 u32 phash; in lookup_reuseport() local 273 phash = inet_ehashfn(net, daddr, hnum, saddr, sport); in lookup_reuseport() 274 reuse_sk = reuseport_select_sock(sk, phash, skb, doff); in lookup_reuseport()
|
| /kernel/linux/linux-5.10/net/sctp/ |
| D | input.c | 857 __u32 phash = sctp_hashfn(net, lport, paddr, 0); in __sctp_rcv_lookup_endpoint() local 859 sk = reuseport_select_sock(sk, phash, skb, in __sctp_rcv_lookup_endpoint()
|