Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dinet_hashtables.h383 INDIRECT_CALLABLE_DECLARE(inet_ehashfn_t udp_ehashfn);
/linux-6.12.1/net/ipv4/
Dudp.c414 u32 udp_ehashfn(const struct net *net, const __be32 laddr, const __u16 lport, in udp_ehashfn() function
454 saddr, sport, daddr, hnum, udp_ehashfn); in udp4_lib_lookup2()
509 udp_ehashfn); in __udp4_lib_lookup()
2426 &refcounted, udp_ehashfn); in __udp4_lib_rcv()
Dinet_hashtables.c361 phash = INDIRECT_CALL_2(ehashfn, udp_ehashfn, inet_ehashfn, in inet_lookup_reuseport()