net_offload        98 include/net/protocol.h extern const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS];
net_offload        99 include/net/protocol.h extern const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS];
net_offload       107 include/net/protocol.h int inet_add_offload(const struct net_offload *prot, unsigned char num);
net_offload       108 include/net/protocol.h int inet_del_offload(const struct net_offload *prot, unsigned char num);
net_offload       118 include/net/protocol.h int inet6_add_offload(const struct net_offload *prot, unsigned char num);
net_offload       119 include/net/protocol.h int inet6_del_offload(const struct net_offload *prot, unsigned char num);
net_offload      1302 net/ipv4/af_inet.c 	const struct net_offload *ops;
net_offload      1409 net/ipv4/af_inet.c 	const struct net_offload *ops;
net_offload      1585 net/ipv4/af_inet.c 	const struct net_offload *ops;
net_offload      1872 net/ipv4/af_inet.c static const struct net_offload ipip_offload = {
net_offload       121 net/ipv4/esp4_offload.c 	const struct net_offload *ops;
net_offload       287 net/ipv4/esp4_offload.c static const struct net_offload esp4_offload = {
net_offload       234 net/ipv4/fou.c 	const struct net_offload **offloads;
net_offload       235 net/ipv4/fou.c 	const struct net_offload *ops;
net_offload       266 net/ipv4/fou.c 	const struct net_offload *ops;
net_offload       269 net/ipv4/fou.c 	const struct net_offload **offloads;
net_offload       314 net/ipv4/fou.c 	const struct net_offload **offloads;
net_offload       315 net/ipv4/fou.c 	const struct net_offload *ops;
net_offload       460 net/ipv4/fou.c 	const struct net_offload **offloads;
net_offload       462 net/ipv4/fou.c 	const struct net_offload *ops;
net_offload       257 net/ipv4/gre_offload.c static const struct net_offload gre_offload = {
net_offload        29 net/ipv4/protocol.c const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS] __read_mostly;
net_offload        45 net/ipv4/protocol.c int inet_add_offload(const struct net_offload *prot, unsigned char protocol)
net_offload        47 net/ipv4/protocol.c 	return !cmpxchg((const struct net_offload **)&inet_offloads[protocol],
net_offload        65 net/ipv4/protocol.c int inet_del_offload(const struct net_offload *prot, unsigned char protocol)
net_offload        69 net/ipv4/protocol.c 	ret = (cmpxchg((const struct net_offload **)&inet_offloads[protocol],
net_offload       334 net/ipv4/tcp_offload.c static const struct net_offload tcpv4_offload = {
net_offload       153 net/ipv4/udp_offload.c 	const struct net_offload **offloads;
net_offload       154 net/ipv4/udp_offload.c 	const struct net_offload *ops;
net_offload       554 net/ipv4/udp_offload.c static const struct net_offload udpv4_offload = {
net_offload       155 net/ipv6/esp6_offload.c 	const struct net_offload *ops;
net_offload       318 net/ipv6/esp6_offload.c static const struct net_offload esp6_offload = {
net_offload        11 net/ipv6/exthdrs_offload.c static const struct net_offload rthdr_offload = {
net_offload        15 net/ipv6/exthdrs_offload.c static const struct net_offload dstopt_offload = {
net_offload        38 net/ipv6/ip6_offload.c 	const struct net_offload *ops = NULL;
net_offload        76 net/ipv6/ip6_offload.c 	const struct net_offload *ops;
net_offload       158 net/ipv6/ip6_offload.c 			    const struct net_offload **opps)
net_offload       187 net/ipv6/ip6_offload.c 	const struct net_offload *ops;
net_offload       326 net/ipv6/ip6_offload.c 	const struct net_offload *ops;
net_offload       409 net/ipv6/ip6_offload.c static const struct net_offload sit_offload = {
net_offload       417 net/ipv6/ip6_offload.c static const struct net_offload ip4ip6_offload = {
net_offload       425 net/ipv6/ip6_offload.c static const struct net_offload ip6ip6_offload = {
net_offload        49 net/ipv6/protocol.c const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS] __read_mostly;
net_offload        52 net/ipv6/protocol.c int inet6_add_offload(const struct net_offload *prot, unsigned char protocol)
net_offload        54 net/ipv6/protocol.c 	return !cmpxchg((const struct net_offload **)&inet6_offloads[protocol],
net_offload        59 net/ipv6/protocol.c int inet6_del_offload(const struct net_offload *prot, unsigned char protocol)
net_offload        63 net/ipv6/protocol.c 	ret = (cmpxchg((const struct net_offload **)&inet6_offloads[protocol],
net_offload        67 net/ipv6/tcpv6_offload.c static const struct net_offload tcpv6_offload = {
net_offload       154 net/ipv6/udp_offload.c static const struct net_offload udpv6_offload = {
net_offload        85 net/sctp/offload.c static const struct net_offload sctp_offload = {
net_offload        91 net/sctp/offload.c static const struct net_offload sctp6_offload = {