Home
last modified time | relevance | path

Searched refs:inet6_offloads (Results 1 – 7 of 7) sorted by relevance

/linux/net/ipv6/
H A Dprotocol.c49 const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS] __read_mostly; variable
50 EXPORT_SYMBOL(inet6_offloads);
54 return !cmpxchg((const struct net_offload **)&inet6_offloads[protocol], in inet6_add_offload()
63 ret = (cmpxchg((const struct net_offload **)&inet6_offloads[protocol], in inet6_del_offload()
H A Dip6_offload.c48 ops = rcu_dereference(inet6_offloads[proto]); in ipv6_gro_pull_exthdrs()
82 ops = rcu_dereference(inet6_offloads[proto]); in ipv6_gso_pull_exthdrs()
149 ops = rcu_dereference(inet6_offloads[proto]); in ipv6_gso_segment()
208 *opps = rcu_dereference(inet6_offloads[proto]); in ipv6_exthdrs_len()
246 ops = rcu_dereference(inet6_offloads[proto]); in ipv6_gro_receive()
250 ops = rcu_dereference(inet6_offloads[proto]); in ipv6_gro_receive()
H A Desp6_offload.c178 ops = rcu_dereference(inet6_offloads[xo->proto]); in xfrm6_transport_gso_segment()
223 ops = rcu_dereference(inet6_offloads[proto]); in xfrm6_beet_gso_segment()
H A Dxfrm6_input.c197 ops = rcu_dereference(inet6_offloads[IPPROTO_ESP]); in xfrm6_gro_udp_encap_rcv()
/linux/include/net/
H A Dprotocol.h97 extern const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS];
/linux/net/ipv4/
H A Dudp_offload.c328 offloads = is_ipv6 ? inet6_offloads : inet_offloads; in skb_udp_tunnel_segment()
H A Dfou_core.c240 offloads = sk->sk_family == AF_INET6 ? inet6_offloads : inet_offloads; in fou_gro_ops()