Home
last modified time | relevance | path

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

/linux-4.4.14/include/net/
Dinet6_hashtables.h47 struct sock *__inet6_lookup_established(struct net *net,
69 struct sock *sk = __inet6_lookup_established(net, hashinfo, saddr, in __inet6_lookup()
/linux-4.4.14/net/ipv6/
Dinet6_hashtables.c51 struct sock *__inet6_lookup_established(struct net *net, in __inet6_lookup_established() function
94 EXPORT_SYMBOL(__inet6_lookup_established);
Dtcp_ipv6.c334 sk = __inet6_lookup_established(net, &tcp_hashinfo, in tcp_v6_err()
1548 sk = __inet6_lookup_established(dev_net(skb->dev), &tcp_hashinfo, in tcp_v6_early_demux()
/linux-4.4.14/net/netfilter/
Dxt_TPROXY.c196 sk = __inet6_lookup_established(net, &tcp_hashinfo, in nf_tproxy_get_sock_v6()
/linux-4.4.14/net/dccp/
Dipv6.c88 sk = __inet6_lookup_established(net, &dccp_hashinfo, in dccp_v6_err()