Searched refs:udp_ehashfn (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ipv4/ |
| H A D | udp.c | 406 u32 udp_ehashfn(const struct net *net, const __be32 laddr, const __u16 lport, in udp_ehashfn() function 489 saddr, sport, daddr, hnum, udp_ehashfn); in udp4_lib_lookup2() 548 hash4 = udp_ehashfn(net, daddr, hnum, saddr, sport); in udp4_lib_lookup4() 658 hash = udp_ehashfn(net, sk->sk_rcv_saddr, sk->sk_num, in udp4_hash4() 699 udp_ehashfn); in __udp4_lib_lookup() 2313 u16 new_hash4 = udp_ehashfn(sock_net(sk), in udp_v4_rehash() 2644 &refcounted, udp_ehashfn); in udp_rcv()
|
| /linux/include/net/ |
| H A D | inet_hashtables.h | 384 INDIRECT_CALLABLE_DECLARE(inet_ehashfn_t udp_ehashfn);
|
| H A D | udp.h | 317 u32 udp_ehashfn(const struct net *net, const __be32 laddr, const __u16 lport,
|
| /linux/net/ipv6/ |
| H A D | udp.c | 118 new_hash4 = udp_ehashfn(sock_net(sk), in udp_v6_rehash()
|