Searched refs:inet_match (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/net/ipv4/ |
| H A D | inet_hashtables.c | 512 if (likely(inet_match(net, sk, acookie, ports, dif, sdif))) { in __inet_lookup_established() 515 if (unlikely(!inet_match(net, sk, acookie, in __inet_lookup_established() 562 !inet_match(net, sk2, acookie, ports, dif, sdif)) in __inet_check_established() 578 if (likely(inet_match(net, sk2, acookie, ports, dif, sdif))) { in __inet_check_established() 645 if (unlikely(inet_match(net, esk, acookie, in inet_ehash_lookup_by_sk()
|
| H A D | udp.c | 564 if (inet_match(net, sk, acookie, ports, dif, sdif)) in udp4_lib_lookup4() 2802 if (inet_match(net, sk, acookie, ports, dif, sdif)) in __udp4_lib_demux_lookup()
|
| /linux-6.15/include/net/ |
| H A D | inet_hashtables.h | 354 static inline bool inet_match(const struct net *net, const struct sock *sk, in inet_match() function
|