Searched refs:__inet6_lookup_established (Results 1 – 9 of 9) sorted by relevance
| /linux/include/net/ |
| H A D | inet6_hashtables.h | 45 struct sock *__inet6_lookup_established(const struct net *net, 94 struct sock *sk = __inet6_lookup_established(net, saddr, sport, in __inet6_lookup()
|
| /linux/net/ipv6/netfilter/ |
| H A D | nf_tproxy_ipv6.c | 111 sk = __inet6_lookup_established(net, saddr, sport, daddr, in nf_tproxy_get_sock_v6()
|
| /linux/net/ipv6/ |
| H A D | inet6_hashtables.c | 84 struct sock *__inet6_lookup_established(const struct net *net, in __inet6_lookup_established() function 124 EXPORT_SYMBOL(__inet6_lookup_established);
|
| H A D | tcpv6_offload.c | 47 sk = __inet6_lookup_established(net, &hdr->saddr, th->source, in tcp6_check_fraglist_gro()
|
| H A D | ip6_input.c | 70 sk = __inet6_lookup_established(net, &hdr->saddr, th->source, in tcp_v6_early_demux()
|
| H A D | esp6.c | 155 sk = __inet6_lookup_established(net, &x->id.daddr.in6, dport, in esp6_find_tcp_sk()
|
| H A D | tcp_ipv6.c | 417 sk = __inet6_lookup_established(net, &hdr->daddr, th->dest, in tcp_v6_err()
|
| /linux/Documentation/networking/net_cachelines/ |
| H A D | netns_ipv4_sysctl.rst | 64 …pt read_mostly __inet6_lookup_established/inet_req…
|
| /linux/net/dccp/ |
| H A D | ipv6.c | |