Searched refs:inet6_match (Results 1 – 3 of 3) sorted by relevance
| /linux/net/ipv6/ |
| H A D | inet6_hashtables.c | 106 if (!inet6_match(net, sk, saddr, daddr, ports, dif, sdif)) in __inet6_lookup_established() 111 if (unlikely(!inet6_match(net, sk, saddr, daddr, ports, dif, sdif))) { in __inet6_lookup_established() 323 !inet6_match(net, sk2, saddr, daddr, in __inet6_check_established() 340 if (likely(inet6_match(net, sk2, saddr, daddr, ports, in __inet6_check_established()
|
| H A D | udp.c | 310 if (inet6_match(net, sk, saddr, daddr, ports, dif, sdif)) in udp6_lib_lookup4() 1219 inet6_match(net, sk, rmt_addr, loc_addr, ports, dif, sdif)) in udp_v6_early_demux()
|
| /linux/include/net/ |
| H A D | inet6_hashtables.h | 172 static inline bool inet6_match(const struct net *net, const struct sock *sk, in inet6_match() function
|