Searched refs:inet6_match (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/net/ipv6/ |
| 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() 269 if (likely(inet6_match(net, sk2, saddr, daddr, ports, in __inet6_check_established()
|
| D | udp.c | 1074 inet6_match(net, sk, rmt_addr, loc_addr, ports, dif, sdif)) in __udp6_lib_demux_lookup()
|
| /Linux-v6.1/include/net/ |
| D | inet6_hashtables.h | 107 static inline bool inet6_match(struct net *net, const struct sock *sk, in inet6_match() function
|
| /Linux-v6.1/net/ipv4/ |
| D | inet_hashtables.c | 617 if (unlikely(inet6_match(net, esk, in inet_ehash_lookup_by_sk()
|