Home
last modified time | relevance | path

Searched refs:INET_MATCH (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/net/
Dinet_hashtables.h291 #define INET_MATCH(__sk, __net, __cookie, __saddr, __daddr, __ports, __dif, __sdif) \ macro
301 #define INET_MATCH(__sk, __net, __cookie, __saddr, __daddr, __ports, __dif, __sdif) \ macro
/Linux-v5.4/net/ipv4/
Dinet_hashtables.c367 if (likely(INET_MATCH(sk, net, acookie, in __inet_lookup_established()
371 if (unlikely(!INET_MATCH(sk, net, acookie, in __inet_lookup_established()
422 if (likely(INET_MATCH(sk2, net, acookie, in __inet_check_established()
Dudp.c2420 if (INET_MATCH(sk, net, acookie, rmt_addr, in __udp4_lib_demux_lookup()