Home
last modified time | relevance | path

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

/linux/include/net/
H A Dinet6_hashtables.h45 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 Dnf_tproxy_ipv6.c111 sk = __inet6_lookup_established(net, saddr, sport, daddr, in nf_tproxy_get_sock_v6()
/linux/net/ipv6/
H A Dinet6_hashtables.c84 struct sock *__inet6_lookup_established(const struct net *net, in __inet6_lookup_established() function
124 EXPORT_SYMBOL(__inet6_lookup_established);
H A Dtcpv6_offload.c47 sk = __inet6_lookup_established(net, &hdr->saddr, th->source, in tcp6_check_fraglist_gro()
H A Dip6_input.c70 sk = __inet6_lookup_established(net, &hdr->saddr, th->source, in tcp_v6_early_demux()
H A Desp6.c155 sk = __inet6_lookup_established(net, &x->id.daddr.in6, dport, in esp6_find_tcp_sk()
H A Dtcp_ipv6.c417 sk = __inet6_lookup_established(net, &hdr->daddr, th->dest, in tcp_v6_err()
/linux/Documentation/networking/net_cachelines/
H A Dnetns_ipv4_sysctl.rst64 …pt read_mostly __inet6_lookup_established/inet_req…
/linux/net/dccp/
H A Dipv6.c