Searched refs:udp_ehashfn (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv4/ |
| H A D | udp.c | 405 u32 udp_ehashfn(const struct net *net, const __be32 laddr, const __u16 lport, in udp_ehashfn() function 488 saddr, sport, daddr, hnum, udp_ehashfn); in udp4_lib_lookup2() 547 hash4 = udp_ehashfn(net, daddr, hnum, saddr, sport); in udp4_lib_lookup4() 657 hash = udp_ehashfn(net, sk->sk_rcv_saddr, sk->sk_num, in udp4_hash4() 698 udp_ehashfn); in __udp4_lib_lookup() 2292 u16 new_hash4 = udp_ehashfn(sock_net(sk), in udp_v4_rehash() 2621 &refcounted, udp_ehashfn); in udp_rcv()
|
| H A D | inet_hashtables.c | 402 phash = INDIRECT_CALL_2(ehashfn, udp_ehashfn, inet_ehashfn, in inet_lookup_reuseport()
|
| /linux/include/net/ |
| H A D | inet_hashtables.h | 384 INDIRECT_CALLABLE_DECLARE(inet_ehashfn_t udp_ehashfn);
|