Searched refs:INET6_MATCH (Results 1 – 4 of 4) sorted by relevance
| /linux/net/ipv6/ |
| A D | inet6_hashtables.c | 74 if (!INET6_MATCH(sk, net, saddr, daddr, ports, dif, sdif)) in __inet6_lookup_established() 79 if (unlikely(!INET6_MATCH(sk, net, saddr, daddr, ports, dif, sdif))) { in __inet6_lookup_established() 272 if (likely(INET6_MATCH(sk2, net, saddr, daddr, ports, in __inet6_check_established()
|
| A D | udp.c | 1038 INET6_MATCH(sk, net, rmt_addr, loc_addr, ports, dif, sdif)) in __udp6_lib_demux_lookup()
|
| /linux/include/net/ |
| A D | inet6_hashtables.h | 108 #define INET6_MATCH(__sk, __net, __saddr, __daddr, __ports, __dif, __sdif) \ macro
|
| /linux/net/ipv4/ |
| A D | inet_hashtables.c | 544 if (unlikely(INET6_MATCH(esk, net, in inet_ehash_lookup_by_sk()
|
Completed in 13 milliseconds