Home
last modified time | relevance | path

Searched refs:__inet_lookup_established (Results 1 – 4 of 4) sorted by relevance

/linux/include/net/
H A Dinet_hashtables.h373 struct sock *__inet_lookup_established(const struct net *net,
404 return __inet_lookup_established(net, saddr, sport, daddr, in inet_lookup_established()
418 sk = __inet_lookup_established(net, saddr, sport, in __inet_lookup()
/linux/net/ipv4/
H A Dinet_hashtables.c532 struct sock *__inet_lookup_established(const struct net *net, in __inet_lookup_established() function
577 EXPORT_SYMBOL_GPL(__inet_lookup_established);
H A Dtcp_ipv4.c504 sk = __inet_lookup_established(net, iph->daddr, th->dest, iph->saddr, in tcp_v4_err()
/linux/net/dccp/
H A Dipv4.c