Searched refs:inet6_match (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/net/ipv6/ |
| H A D | inet6_hashtables.c | 74 if (!inet6_match(net, sk, saddr, daddr, ports, dif, sdif)) in __inet6_lookup_established() 79 if (unlikely(!inet6_match(net, sk, saddr, daddr, ports, dif, sdif))) { in __inet6_lookup_established() 272 if (likely(inet6_match(net, sk2, saddr, daddr, ports, in __inet6_check_established()
|
| H A D | udp.c | 1022 inet6_match(net, sk, rmt_addr, loc_addr, ports, dif, sdif)) in __udp6_lib_demux_lookup()
|
| /OK3568_Linux_fs/kernel/include/net/ |
| H A D | inet6_hashtables.h | 107 static inline bool inet6_match(struct net *net, const struct sock *sk, in inet6_match() function
|
| /OK3568_Linux_fs/kernel/net/ipv4/ |
| H A D | inet_hashtables.c | 539 if (unlikely(inet6_match(net, esk, in inet_ehash_lookup_by_sk()
|