Home
last modified time | relevance | path

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

/Linux-v6.6/include/net/
Dinet_hashtables.h388 INDIRECT_CALLABLE_DECLARE(inet_ehashfn_t udp_ehashfn);
/Linux-v6.6/net/ipv4/
Dudp.c411 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()
Dinet_hashtables.c367 phash = INDIRECT_CALL_2(ehashfn, udp_ehashfn, inet_ehashfn, in inet_lookup_reuseport()