Searched refs:phash (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/net/ipv6/ |
| D | inet6_hashtables.c | 126 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/ |
| D | inet_hashtables.c | 268 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/ |
| D | input.c | 854 __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()
|