Home
last modified time | relevance | path

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 Dninet_hashtables.c385 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 Dinet6_hashtables.c124 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 Dinet6_hashtables.c139 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 Dinet_hashtables.c270 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 Dinet_hashtables.c364 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 Dinput.c857 __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 Dinput.c863 __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