Searched refs:__inet_lookup_established (Results 1 – 4 of 4) sorted by relevance
| /Linux-v6.1/include/net/ |
| D | inet_hashtables.h | 372 struct sock *__inet_lookup_established(struct net *net, 384 return __inet_lookup_established(net, hashinfo, saddr, sport, daddr, in inet_lookup_established() 399 sk = __inet_lookup_established(net, hashinfo, saddr, sport, in __inet_lookup()
|
| /Linux-v6.1/net/ipv4/ |
| D | inet_hashtables.c | 470 struct sock *__inet_lookup_established(struct net *net, in __inet_lookup_established() function 514 EXPORT_SYMBOL_GPL(__inet_lookup_established);
|
| D | tcp_ipv4.c | 487 sk = __inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in tcp_v4_err() 1738 sk = __inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in tcp_v4_early_demux()
|
| /Linux-v6.1/net/dccp/ |
| D | ipv4.c | 266 sk = __inet_lookup_established(net, &dccp_hashinfo, in dccp_v4_err()
|