Home
last modified time | relevance | path

Searched refs:net_offload (Results 1 – 15 of 15) sorted by relevance

/linux/include/net/
A Dprotocol.h72 struct net_offload { struct
97 extern const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS]; argument
98 extern const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS];
106 int inet_add_offload(const struct net_offload *prot, unsigned char num);
107 int inet_del_offload(const struct net_offload *prot, unsigned char num);
117 int inet6_add_offload(const struct net_offload *prot, unsigned char num);
118 int inet6_del_offload(const struct net_offload *prot, unsigned char num);
/linux/net/ipv4/
A Dprotocol.c29 const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS] __read_mostly;
39 int inet_add_offload(const struct net_offload *prot, unsigned char protocol) in inet_add_offload()
41 return !cmpxchg((const struct net_offload **)&inet_offloads[protocol], in inet_add_offload()
59 int inet_del_offload(const struct net_offload *prot, unsigned char protocol) in inet_del_offload()
63 ret = (cmpxchg((const struct net_offload **)&inet_offloads[protocol], in inet_del_offload()
A Dfou.c233 const struct net_offload __rcu **offloads; in fou_gro_receive()
235 const struct net_offload *ops; in fou_gro_receive()
266 const struct net_offload __rcu **offloads; in fou_gro_complete()
268 const struct net_offload *ops; in fou_gro_complete()
314 const struct net_offload __rcu **offloads; in gue_gro_receive()
315 const struct net_offload *ops; in gue_gro_receive()
461 const struct net_offload __rcu **offloads; in gue_gro_complete()
462 const struct net_offload *ops; in gue_gro_complete()
A Desp4_offload.c120 const struct net_offload *ops; in xfrm4_transport_gso_segment()
138 const struct net_offload *ops; in xfrm4_beet_gso_segment()
337 static const struct net_offload esp4_offload = {
A Dudp_offload.c155 const struct net_offload __rcu **offloads; in skb_udp_tunnel_segment()
157 const struct net_offload *ops; in skb_udp_tunnel_segment()
704 static const struct net_offload udpv4_offload = {
A Dgre_offload.c270 static const struct net_offload gre_offload = {
A Daf_inet.c1334 const struct net_offload *ops; in inet_gso_segment()
1436 const struct net_offload *ops; in inet_gro_receive()
1609 const struct net_offload *ops; in inet_gro_complete()
1892 static const struct net_offload ipip_offload = {
A Dtcp_offload.c337 static const struct net_offload tcpv4_offload = {
/linux/net/ipv6/
A Dprotocol.c49 const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS] __read_mostly;
52 int inet6_add_offload(const struct net_offload *prot, unsigned char protocol) in inet6_add_offload()
54 return !cmpxchg((const struct net_offload **)&inet6_offloads[protocol], in inet6_add_offload()
59 int inet6_del_offload(const struct net_offload *prot, unsigned char protocol) in inet6_del_offload()
63 ret = (cmpxchg((const struct net_offload **)&inet6_offloads[protocol], in inet6_del_offload()
A Dip6_offload.c41 const struct net_offload *ops = NULL; in ipv6_gso_pull_exthdrs()
79 const struct net_offload *ops; in ipv6_gso_segment()
161 const struct net_offload **opps) in ipv6_exthdrs_len()
186 const struct net_offload *ops; in ipv6_gro_receive()
323 const struct net_offload *ops; in ipv6_gro_complete()
406 static const struct net_offload sit_offload = {
414 static const struct net_offload ip4ip6_offload = {
422 static const struct net_offload ip6ip6_offload = {
A Dexthdrs_offload.c11 static const struct net_offload rthdr_offload = {
15 static const struct net_offload dstopt_offload = {
A Desp6_offload.c155 const struct net_offload *ops; in xfrm6_transport_gso_segment()
173 const struct net_offload *ops; in xfrm6_beet_gso_segment()
372 static const struct net_offload esp6_offload = {
A Dtcpv6_offload.c67 static const struct net_offload tcpv6_offload = {
A Dudp_offload.c191 static const struct net_offload udpv6_offload = {
/linux/net/sctp/
A Doffload.c89 static const struct net_offload sctp_offload = {
95 static const struct net_offload sctp6_offload = {

Completed in 27 milliseconds