Searched refs:phash (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/net/ipv6/ |
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()
|
/linux-6.6.21/net/ipv4/ |
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()
|
/linux-6.6.21/net/sctp/ |
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()
|