Home
last modified time | relevance | path

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

/linux-6.15/include/net/
H A 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.15/net/ipv4/
H A Dtcp_offload.c436 sk = __inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in tcp4_check_fraglist_gro()
H A Dinet_hashtables.c491 struct sock *__inet_lookup_established(const struct net *net, in __inet_lookup_established() function
535 EXPORT_SYMBOL_GPL(__inet_lookup_established);
H A Dtcp_ipv4.c507 sk = __inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo, in tcp_v4_err()
1994 sk = __inet_lookup_established(net, net->ipv4.tcp_death_row.hashinfo,
/linux-6.15/net/dccp/
H A Dipv4.c267 sk = __inet_lookup_established(net, &dccp_hashinfo, in dccp_v4_err()