Searched refs:inet6_ehashfn (Results 1 – 3 of 3) sorted by relevance
/linux-6.6.21/net/ipv6/ |
D | inet6_hashtables.c | 24 u32 inet6_ehashfn(const struct net *net, in inet6_ehashfn() function 42 EXPORT_SYMBOL_GPL(inet6_ehashfn); 64 unsigned int hash = inet6_ehashfn(net, daddr, hnum, saddr, sport); in __inet6_lookup_established() 142 phash = INDIRECT_CALL_INET(ehashfn, udp6_ehashfn, inet6_ehashfn, in inet6_lookup_reuseport() 166 saddr, sport, daddr, hnum, inet6_ehashfn); in inet6_lhash2_lookup() 219 inet6_ehashfn); in inet6_lookup_listener() 276 const unsigned int hash = inet6_ehashfn(net, daddr, lport, saddr, in __inet6_check_established()
|
/linux-6.6.21/include/net/ |
D | inet6_hashtables.h | 55 inet6_ehashfn_t inet6_ehashfn; variable 158 refcounted, inet6_ehashfn); in __inet6_lookup_skb()
|
/linux-6.6.21/net/ipv4/ |
D | inet_hashtables.c | 52 return inet6_ehashfn(sock_net(sk), in sk_ehashfn()
|