Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv4/
H A Dinet_hashtables.c518 if (likely(inet_match(net, sk, acookie, ports, dif, sdif))) { in __inet_lookup_established()
521 if (unlikely(!inet_match(net, sk, acookie, in __inet_lookup_established()
571 if (likely(inet_match(net, sk2, acookie, ports, dif, sdif))) { in __inet_check_established()
637 if (unlikely(inet_match(net, esk, acookie, in inet_ehash_lookup_by_sk()
H A Dudp.c2549 if (inet_match(net, sk, acookie, ports, dif, sdif)) in __udp4_lib_demux_lookup()
/openbmc/linux/include/net/
H A Dinet_hashtables.h359 static inline bool inet_match(struct net *net, const struct sock *sk, in inet_match() function