Searched refs:udp_ehashfn (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_hashtables.h | 388 INDIRECT_CALLABLE_DECLARE(inet_ehashfn_t udp_ehashfn); variable
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A 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() 2402 &refcounted, udp_ehashfn); in __udp4_lib_rcv()
|
H A D | inet_hashtables.c | 367 phash = INDIRECT_CALL_2(ehashfn, udp_ehashfn, inet_ehashfn, in inet_lookup_reuseport()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | udp.c | 403 static u32 udp_ehashfn(const struct net *net, const __be32 laddr, in udp_ehashfn() function 424 hash = udp_ehashfn(net, daddr, hnum, saddr, sport); in lookup_reuseport()
|
Completed in 12 milliseconds