Searched refs:udp6_ehashfn (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv6/ |
| H A D | udp.c | 78 u32 udp6_ehashfn(const struct net *net, in udp6_ehashfn() function 122 new_hash4 = udp6_ehashfn(sock_net(sk), in udp_v6_rehash() 249 saddr, sport, daddr, hnum, udp6_ehashfn); in udp6_lib_lookup2() 303 hash4 = udp6_ehashfn(net, daddr, hnum, saddr, sport); in udp6_lib_lookup4() 337 hash = udp6_ehashfn(net, &sk->sk_v6_rcv_saddr, sk->sk_num, in udp6_hash4() 377 udp6_ehashfn); in __udp6_lib_lookup() 1124 &refcounted, udp6_ehashfn); in udpv6_rcv()
|
| H A D | inet6_hashtables.c | 176 phash = INDIRECT_CALL_INET(ehashfn, udp6_ehashfn, inet6_ehashfn, in inet6_lookup_reuseport()
|
| /linux/include/net/ |
| H A D | inet6_hashtables.h | 58 INDIRECT_CALLABLE_DECLARE(inet6_ehashfn_t udp6_ehashfn);
|