Home
last modified time | relevance | path

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

/linux/include/net/
A Dprotocol.h70 struct net_offload { struct
96 extern const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS]; argument
97 extern const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS];
105 int inet_add_offload(const struct net_offload *prot, unsigned char num);
106 int inet_del_offload(const struct net_offload *prot, unsigned char num);
116 int inet6_add_offload(const struct net_offload *prot, unsigned char num);
117 int inet6_del_offload(const struct net_offload *prot, unsigned char num);
A Dhotdata.h13 struct net_offload tcpv4_offload;
15 struct net_offload udpv4_offload;
18 struct net_offload tcpv6_offload;
23 struct net_offload udpv6_offload;
/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_core.c235 const struct net_offload __rcu **offloads; in fou_gro_receive()
237 const struct net_offload *ops; in fou_gro_receive()
271 const struct net_offload __rcu **offloads; in fou_gro_complete()
273 const struct net_offload *ops; in fou_gro_complete()
326 const struct net_offload __rcu **offloads; in gue_gro_receive()
327 const struct net_offload *ops; in gue_gro_receive()
470 const struct net_offload __rcu **offloads; in gue_gro_complete()
471 const struct net_offload *ops; in gue_gro_complete()
A Desp4_offload.c135 const struct net_offload *ops; in xfrm4_transport_gso_segment()
153 const struct net_offload *ops; in xfrm4_beet_gso_segment()
376 static const struct net_offload esp4_offload = {
A Dxfrm4_input.c183 const struct net_offload *ops; in xfrm4_gro_udp_encap_rcv()
A Dudp_offload.c157 const struct net_offload __rcu **offloads; in skb_udp_tunnel_segment()
159 const struct net_offload *ops; in skb_udp_tunnel_segment()
759 net_hotdata.udpv4_offload = (struct net_offload) { in udpv4_offload_init()
A Dgre_offload.c263 static const struct net_offload gre_offload = {
A Daf_inet.c1376 const struct net_offload *ops; in inet_gso_segment()
1481 const struct net_offload *ops; in inet_gro_receive()
1608 const struct net_offload *ops; in inet_gro_complete()
1857 static const struct net_offload ipip_offload = {
A Dtcp_offload.c489 net_hotdata.tcpv4_offload = (struct net_offload) { in tcpv4_offload_init()
/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 Dexthdrs_offload.c11 static const struct net_offload rthdr_offload = {
15 static const struct net_offload dstopt_offload = {
19 static const struct net_offload hbh_offload = {
A Dip6_offload.c42 const struct net_offload *ops = NULL; in ipv6_gro_pull_exthdrs()
76 const struct net_offload *ops = NULL; in ipv6_gso_pull_exthdrs()
112 const struct net_offload *ops; in ipv6_gso_segment()
199 const struct net_offload **opps) in ipv6_exthdrs_len()
223 const struct net_offload *ops; in ipv6_gro_receive()
340 const struct net_offload *ops; in ipv6_gro_complete()
439 static const struct net_offload sit_offload = {
447 static const struct net_offload ip4ip6_offload = {
455 static const struct net_offload ip6ip6_offload = {
A Desp6_offload.c171 const struct net_offload *ops; in xfrm6_transport_gso_segment()
189 const struct net_offload *ops; in xfrm6_beet_gso_segment()
397 static const struct net_offload esp6_offload = {
A Dtcpv6_offload.c189 net_hotdata.tcpv6_offload = (struct net_offload) { in tcpv6_offload_init()
A Dudp_offload.c192 net_hotdata.udpv6_offload = (struct net_offload) { in udpv6_offload_init()
A Dxfrm6_input.c180 const struct net_offload *ops; in xfrm6_gro_udp_encap_rcv()
/linux/net/sctp/
A Doffload.c90 static const struct net_offload sctp_offload = {
96 static const struct net_offload sctp6_offload = {

Completed in 33 milliseconds