Searched refs:net_offload (Results 1 – 2 of 2) sorted by relevance
70 struct net_offload { struct96 extern const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS]; argument97 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);
13 struct net_offload tcpv4_offload;15 struct net_offload udpv4_offload;18 struct net_offload tcpv6_offload;23 struct net_offload udpv6_offload;
Completed in 3 milliseconds