Searched refs:__inet6_lookup_established (Results 1 - 5 of 5) sorted by relevance
/linux-4.4.14/include/net/ |
H A D | inet6_hashtables.h | 47 struct sock *__inet6_lookup_established(struct net *net, 69 struct sock *sk = __inet6_lookup_established(net, hashinfo, saddr, __inet6_lookup()
|
/linux-4.4.14/net/ipv6/ |
H A D | inet6_hashtables.c | 51 struct sock *__inet6_lookup_established(struct net *net, __inet6_lookup_established() function 94 EXPORT_SYMBOL(__inet6_lookup_established); variable
|
H A D | tcp_ipv6.c | 334 sk = __inet6_lookup_established(net, &tcp_hashinfo, tcp_v6_err() 1548 sk = __inet6_lookup_established(dev_net(skb->dev), &tcp_hashinfo, tcp_v6_early_demux()
|
/linux-4.4.14/net/netfilter/ |
H A D | xt_TPROXY.c | 196 sk = __inet6_lookup_established(net, &tcp_hashinfo, nf_tproxy_get_sock_v6()
|
/linux-4.4.14/net/dccp/ |
H A D | ipv6.c | 88 sk = __inet6_lookup_established(net, &dccp_hashinfo, dccp_v6_err()
|
Completed in 173 milliseconds