Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
Dinet_hashtables.c422 if (likely(INET_MATCH(net, sk, acookie, ports, dif, sdif))) { in __inet_lookup_established()
425 if (unlikely(!INET_MATCH(net, sk, acookie, in __inet_lookup_established()
475 if (likely(INET_MATCH(net, sk2, acookie, ports, dif, sdif))) { in __inet_check_established()
541 if (unlikely(INET_MATCH(net, esk, acookie, in inet_ehash_lookup_by_sk()
Dudp.c2496 if (INET_MATCH(net, sk, acookie, ports, dif, sdif)) in __udp4_lib_demux_lookup()
/kernel/linux/linux-5.10/include/net/
Dinet_hashtables.h293 static inline bool INET_MATCH(struct net *net, const struct sock *sk, in INET_MATCH() function