Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dinet_hashtables.c413 if (likely(INET_MATCH(net, sk, acookie, ports, dif, sdif))) { in __inet_lookup_established()
416 if (unlikely(!INET_MATCH(net, sk, acookie, in __inet_lookup_established()
466 if (likely(INET_MATCH(net, sk2, acookie, ports, dif, sdif))) { in __inet_check_established()
532 if (unlikely(INET_MATCH(net, esk, acookie, in inet_ehash_lookup_by_sk()
H A Dudp.c2496 if (INET_MATCH(net, sk, acookie, ports, dif, sdif)) in __udp4_lib_demux_lookup()
/OK3568_Linux_fs/kernel/include/net/
H A Dinet_hashtables.h293 static inline bool INET_MATCH(struct net *net, const struct sock *sk, in INET_MATCH() function