Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.c47 ops = rcu_dereference(inet6_offloads[proto]); in ipv6_gso_pull_exthdrs()
112 ops = rcu_dereference(inet6_offloads[proto]); in ipv6_gso_segment()
170 *opps = rcu_dereference(inet6_offloads[proto]); in ipv6_exthdrs_len()
214 ops = rcu_dereference(inet6_offloads[proto]); in ipv6_gro_receive()
223 ops = rcu_dereference(inet6_offloads[proto]); in ipv6_gro_receive()
H A Desp6_offload.c160 ops = rcu_dereference(inet6_offloads[xo->proto]); in xfrm6_transport_gso_segment()
205 ops = rcu_dereference(inet6_offloads[proto]); in xfrm6_beet_gso_segment()
/OK3568_Linux_fs/kernel/include/net/
H A Dprotocol.h95 extern const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS];
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dfou.c250 offloads = NAPI_GRO_CB(skb)->is_ipv6 ? inet6_offloads : inet_offloads; in fou_gro_receive()
272 offloads = NAPI_GRO_CB(skb)->is_ipv6 ? inet6_offloads : inet_offloads; in fou_gro_complete()
442 offloads = NAPI_GRO_CB(skb)->is_ipv6 ? inet6_offloads : inet_offloads; in gue_gro_receive()
489 offloads = NAPI_GRO_CB(skb)->is_ipv6 ? inet6_offloads : inet_offloads; in gue_gro_complete()
H A Dudp_offload.c167 offloads = is_ipv6 ? inet6_offloads : inet_offloads; in skb_udp_tunnel_segment()