Searched refs:__inet6_lookup_established (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/include/net/ |
D | inet6_hashtables.h | 47 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/ |
D | inet6_hashtables.c | 51 struct sock *__inet6_lookup_established(struct net *net, in __inet6_lookup_established() function 94 EXPORT_SYMBOL(__inet6_lookup_established);
|
D | tcp_ipv6.c | 334 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/ |
D | xt_TPROXY.c | 196 sk = __inet6_lookup_established(net, &tcp_hashinfo, in nf_tproxy_get_sock_v6()
|
/linux-4.4.14/net/dccp/ |
D | ipv6.c | 88 sk = __inet6_lookup_established(net, &dccp_hashinfo, in dccp_v6_err()
|