Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dinet6_hashtables.c173 u32 phash; in inet6_lookup_reuseport() local
176 phash = INDIRECT_CALL_INET(ehashfn, udp6_ehashfn, inet6_ehashfn, in inet6_lookup_reuseport()
178 reuse_sk = reuseport_select_sock(sk, phash, skb, doff); in inet6_lookup_reuseport()
/linux/net/sctp/
H A Dinput.c866 __u32 phash = sctp_hashfn(net, lport, paddr, 0); in __sctp_rcv_lookup_endpoint() local
868 sk = reuseport_select_sock(sk, phash, skb, in __sctp_rcv_lookup_endpoint()