Home
last modified time | relevance | path

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

/linux-6.12.1/include/net/
Dinet_hashtables.h371 struct sock *__inet_lookup_established(const struct net *net,
404 return __inet_lookup_established(net, hashinfo, saddr, sport, daddr, in inet_lookup_established()
419 sk = __inet_lookup_established(net, hashinfo, saddr, sport, in __inet_lookup()
/linux-6.12.1/net/ipv4/
Dinet_hashtables.c491 struct sock *__inet_lookup_established(const struct net *net, in __inet_lookup_established() function
535 EXPORT_SYMBOL_GPL(__inet_lookup_established);
Dtcp_offload.c429 sk = __inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in tcp4_check_fraglist_gro()
Dtcp_ipv4.c506 sk = __inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in tcp_v4_err()
1984 sk = __inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo,
/linux-6.12.1/net/dccp/
Dipv4.c266 sk = __inet_lookup_established(net, &dccp_hashinfo, in dccp_v4_err()