Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dinet6_hashtables.h57 INDIRECT_CALLABLE_DECLARE(inet6_ehashfn_t udp6_ehashfn);
/openbmc/linux/net/ipv6/
H A Dudp.c76 u32 udp6_ehashfn(const struct net *net, in udp6_ehashfn() function
195 saddr, sport, daddr, hnum, udp6_ehashfn); in udp6_lib_lookup2()
250 udp6_ehashfn); in __udp6_lib_lookup()
985 &refcounted, udp6_ehashfn); in __udp6_lib_rcv()
H A Dinet6_hashtables.c142 phash = INDIRECT_CALL_INET(ehashfn, udp6_ehashfn, inet6_ehashfn, in inet6_lookup_reuseport()