Searched refs:__inet_lookup_established (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/net/ |
H A D | inet_hashtables.h | 310 struct sock *__inet_lookup_established(struct net *net, 322 return __inet_lookup_established(net, hashinfo, saddr, sport, daddr, in inet_lookup_established() 337 sk = __inet_lookup_established(net, hashinfo, saddr, sport, in __inet_lookup()
|
/kernel/linux/linux-6.6/include/net/ |
H A D | inet_hashtables.h | 376 struct sock *__inet_lookup_established(struct net *net, 409 return __inet_lookup_established(net, hashinfo, saddr, sport, daddr, in inet_lookup_established() 424 sk = __inet_lookup_established(net, hashinfo, saddr, sport, in __inet_lookup()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | inet_hashtables.c | 401 struct sock *__inet_lookup_established(struct net *net, in __inet_lookup_established() function 445 EXPORT_SYMBOL_GPL(__inet_lookup_established); variable
|
H A D | tcp_ipv4.c | 487 sk = __inet_lookup_established(net, &tcp_hashinfo, iph->daddr, in tcp_v4_err() 1768 sk = __inet_lookup_established(dev_net(skb->dev), &tcp_hashinfo, in tcp_v4_early_demux()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | inet_hashtables.c | 497 struct sock *__inet_lookup_established(struct net *net, in __inet_lookup_established() function 541 EXPORT_SYMBOL_GPL(__inet_lookup_established); variable
|
H A D | tcp_ipv4.c | 488 sk = __inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in tcp_v4_err() 1796 sk = __inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in tcp_v4_early_demux()
|
/kernel/linux/linux-5.10/net/dccp/ |
H A D | ipv4.c | 254 sk = __inet_lookup_established(net, &dccp_hashinfo, in dccp_v4_err()
|
/kernel/linux/linux-6.6/net/dccp/ |
H A D | ipv4.c | 265 sk = __inet_lookup_established(net, &dccp_hashinfo, in dccp_v4_err()
|
Completed in 15 milliseconds