Home
last modified time | relevance | path

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

/Linux-v5.4/net/ipv6/
Dinet6_hashtables.c126 u32 phash = 0; in inet6_lhash2_lookup() local
134 phash = inet6_ehashfn(net, daddr, hnum, in inet6_lhash2_lookup()
136 result = reuseport_select_sock(sk, phash, in inet6_lhash2_lookup()
/Linux-v5.4/net/ipv4/
Dinet_hashtables.c268 u32 phash = 0; in inet_lhash2_lookup() local
276 phash = inet_ehashfn(net, daddr, hnum, in inet_lhash2_lookup()
278 result = reuseport_select_sock(sk, phash, in inet_lhash2_lookup()
/Linux-v5.4/net/sctp/
Dinput.c854 __u32 phash = sctp_hashfn(net, lport, paddr, 0); in __sctp_rcv_lookup_endpoint() local
856 sk = reuseport_select_sock(sk, phash, skb, in __sctp_rcv_lookup_endpoint()