Searched refs:INET_MATCH (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/include/net/ |
D | inet_hashtables.h | 282 #define INET_MATCH(__sk, __net, __cookie, __saddr, __daddr, __ports, __dif, __sdif) \ macro 293 #define INET_MATCH(__sk, __net, __cookie, __saddr, __daddr, __ports, __dif, __sdif) \ macro
|
/Linux-v4.19/net/ipv4/ |
D | inet_hashtables.c | 411 if (likely(INET_MATCH(sk, net, acookie, in __inet_lookup_established() 415 if (unlikely(!INET_MATCH(sk, net, acookie, in __inet_lookup_established() 466 if (likely(INET_MATCH(sk2, net, acookie, in __inet_check_established()
|
D | udp.c | 2298 if (INET_MATCH(sk, net, acookie, rmt_addr, in __udp4_lib_demux_lookup()
|