Home
last modified time | relevance | path

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

/net/ipv4/
Dinet_hashtables.c352 struct sock *__inet_lookup_established(struct net *net, in __inet_lookup_established() function
398 EXPORT_SYMBOL_GPL(__inet_lookup_established);
Dtcp_ipv4.c444 sk = __inet_lookup_established(net, &tcp_hashinfo, iph->daddr, in tcp_v4_err()
1653 sk = __inet_lookup_established(dev_net(skb->dev), &tcp_hashinfo, in tcp_v4_early_demux()
/net/dccp/
Dipv4.c254 sk = __inet_lookup_established(net, &dccp_hashinfo, in dccp_v4_err()