Searched refs:__inet_lookup_established (Results 1 – 4 of 4) sorted by relevance
| /linux/include/net/ |
| H A D | inet_hashtables.h | 373 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 D | inet_hashtables.c | 532 struct sock *__inet_lookup_established(const struct net *net, in __inet_lookup_established() function 577 EXPORT_SYMBOL_GPL(__inet_lookup_established);
|
| H A D | tcp_ipv4.c | 504 sk = __inet_lookup_established(net, iph->daddr, th->dest, iph->saddr, in tcp_v4_err()
|
| /linux/net/dccp/ |
| H A D | ipv4.c | |