Searched refs:inet_match (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/net/ipv4/ |
D | inet_hashtables.c | 491 if (likely(inet_match(net, sk, acookie, ports, dif, sdif))) { in __inet_lookup_established() 494 if (unlikely(!inet_match(net, sk, acookie, in __inet_lookup_established() 544 if (likely(inet_match(net, sk2, acookie, ports, dif, sdif))) { in __inet_check_established() 610 if (unlikely(inet_match(net, esk, acookie, in inet_ehash_lookup_by_sk()
|
D | udp.c | 2561 if (inet_match(net, sk, acookie, ports, dif, sdif)) in __udp4_lib_demux_lookup()
|
/Linux-v6.1/include/net/ |
D | inet_hashtables.h | 355 static inline bool inet_match(struct net *net, const struct sock *sk, in inet_match() function
|