Home
last modified time | relevance | path

Searched refs:inet6_offloads (Results 1 – 4 of 4) 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 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.c200 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];