Searched refs:inet6_match (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv6/ |
| H A D | inet6_hashtables.c | 71 if (!inet6_match(net, sk, saddr, daddr, ports, dif, sdif)) in __inet6_lookup_established() 76 if (unlikely(!inet6_match(net, sk, saddr, daddr, ports, dif, sdif))) { in __inet6_lookup_established() 288 !inet6_match(net, sk2, saddr, daddr, in __inet6_check_established() 305 if (likely(inet6_match(net, sk2, saddr, daddr, ports, in __inet6_check_established()
|
| /linux/include/net/ |
| H A D | inet6_hashtables.h | 170 static inline bool inet6_match(const struct net *net, const struct sock *sk, in inet6_match() function
|
| /linux/net/ipv4/ |
| H A D | inet_hashtables.c | 688 if (unlikely(inet6_match(net, esk, in inet_ehash_lookup_by_sk()
|