Searched refs:udp_ehashfn (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.6/include/net/ |
D | inet_hashtables.h | 388 INDIRECT_CALLABLE_DECLARE(inet_ehashfn_t udp_ehashfn);
|
/Linux-v6.6/net/ipv4/ |
D | udp.c | 411 u32 udp_ehashfn(const struct net *net, const __be32 laddr, const __u16 lport, in udp_ehashfn() function 447 saddr, sport, daddr, hnum, udp_ehashfn); in udp4_lib_lookup2() 497 udp_ehashfn); in __udp4_lib_lookup() 2397 &refcounted, udp_ehashfn); in __udp4_lib_rcv()
|
D | inet_hashtables.c | 367 phash = INDIRECT_CALL_2(ehashfn, udp_ehashfn, inet_ehashfn, in inet_lookup_reuseport()
|