Searched refs:inet6_match (Results 1 – 4 of 4) sorted by relevance
/linux/net/ipv6/ |
H A D | inet6_hashtables.c | 72 if (!inet6_match(net, sk, saddr, daddr, ports, dif, sdif)) in __inet6_lookup_established() 77 if (unlikely(!inet6_match(net, sk, saddr, daddr, ports, dif, sdif))) { in __inet6_lookup_established() 290 if (likely(inet6_match(net, sk2, saddr, daddr, ports, in __inet6_check_established()
|
H A D | udp.c | 1080 inet6_match(net, sk, rmt_addr, loc_addr, ports, dif, sdif)) in __udp6_lib_demux_lookup()
|
/linux/include/net/ |
H A D | inet6_hashtables.h | 178 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 | 639 if (unlikely(inet6_match(net, esk, in inet_ehash_lookup_by_sk()
|