Home
last modified time | relevance | path

Searched refs:udp_ehashfn (Results 1 – 5 of 5) sorted by relevance

/linux/net/ipv4/
H A Dudp.c413 u32 udp_ehashfn(const struct net *net, const __be32 laddr, const __u16 lport, in udp_ehashfn() function
421 EXPORT_SYMBOL(udp_ehashfn);
497 saddr, sport, daddr, hnum, udp_ehashfn); in udp4_lib_lookup2()
556 hash4 = udp_ehashfn(net, daddr, hnum, saddr, sport); in udp4_lib_lookup4()
667 hash = udp_ehashfn(net, sk->sk_rcv_saddr, sk->sk_num, in udp4_hash4()
709 udp_ehashfn); in __udp4_lib_lookup()
2290 u16 new_hash4 = udp_ehashfn(sock_net(sk), in udp_v4_rehash()
2671 &refcounted, udp_ehashfn); in __udp4_lib_rcv()
H A Dinet_hashtables.c361 phash = INDIRECT_CALL_2(ehashfn, udp_ehashfn, inet_ehashfn, in inet_lookup_reuseport()
/linux/include/net/
H A Dinet_hashtables.h383 INDIRECT_CALLABLE_DECLARE(inet_ehashfn_t udp_ehashfn);
H A Dudp.h306 u32 udp_ehashfn(const struct net *net, const __be32 laddr, const __u16 lport,
/linux/net/ipv6/
H A Dudp.c116 new_hash4 = udp_ehashfn(sock_net(sk), in udp_v6_rehash()