Searched refs:phash (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/common_modules/newip/third_party/linux-5.10/net/newip/ |
H A D | ninet_hashtables.c | 385 u32 phash = 0; in ninet_lhash2_lookup() local 399 phash = ninet_ehashfn(net, daddr, hnum, saddr, sport); in ninet_lhash2_lookup() 404 if (reciprocal_scale(phash, matches) == 0) in ninet_lhash2_lookup() 406 phash = next_pseudo_random32(phash); in ninet_lhash2_lookup()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A 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-6.6/net/ipv6/ |
H A D | inet6_hashtables.c | 139 u32 phash; in inet6_lookup_reuseport() local 142 phash = INDIRECT_CALL_INET(ehashfn, udp6_ehashfn, inet6_ehashfn, in inet6_lookup_reuseport() 144 reuse_sk = reuseport_select_sock(sk, phash, skb, doff); in inet6_lookup_reuseport()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A 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-6.6/net/ipv4/ |
H A D | inet_hashtables.c | 364 u32 phash; in inet_lookup_reuseport() local 367 phash = INDIRECT_CALL_2(ehashfn, udp_ehashfn, inet_ehashfn, in inet_lookup_reuseport() 369 reuse_sk = reuseport_select_sock(sk, phash, skb, doff); in inet_lookup_reuseport()
|
/kernel/linux/linux-5.10/net/sctp/ |
H A 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()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | input.c | 863 __u32 phash = sctp_hashfn(net, lport, paddr, 0); in __sctp_rcv_lookup_endpoint() local 865 sk = reuseport_select_sock(sk, phash, skb, in __sctp_rcv_lookup_endpoint()
|
Completed in 9 milliseconds