Searched refs:INET6_MATCH (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/net/ipv6/ |
| D | inet6_hashtables.c | 72 if (!INET6_MATCH(sk, net, saddr, daddr, ports, dif, sdif)) in __inet6_lookup_established() 77 if (unlikely(!INET6_MATCH(sk, net, saddr, daddr, ports, dif, sdif))) { in __inet6_lookup_established() 226 if (likely(INET6_MATCH(sk2, net, saddr, daddr, ports, in __inet6_check_established()
|
| D | udp.c | 964 INET6_MATCH(sk, net, rmt_addr, loc_addr, ports, dif, sdif)) in __udp6_lib_demux_lookup()
|
| /Linux-v5.4/include/net/ |
| D | inet6_hashtables.h | 109 #define INET6_MATCH(__sk, __net, __saddr, __daddr, __ports, __dif, __sdif) \ macro
|