Symbol: net_offload
include/net/hotdata.h
22
struct net_offload tcpv4_offload;
include/net/hotdata.h
24
struct net_offload udpv4_offload;
include/net/hotdata.h
27
struct net_offload tcpv6_offload;
include/net/hotdata.h
32
struct net_offload udpv6_offload;
include/net/protocol.h
105
int inet_add_offload(const struct net_offload *prot, unsigned char num);
include/net/protocol.h
106
int inet_del_offload(const struct net_offload *prot, unsigned char num);
include/net/protocol.h
116
int inet6_add_offload(const struct net_offload *prot, unsigned char num);
include/net/protocol.h
117
int inet6_del_offload(const struct net_offload *prot, unsigned char num);
include/net/protocol.h
96
extern const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS];
include/net/protocol.h
97
extern const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS];
net/ipv4/af_inet.c
1369
const struct net_offload *ops;
net/ipv4/af_inet.c
1470
const struct net_offload *ops;
net/ipv4/af_inet.c
1597
const struct net_offload *ops;
net/ipv4/af_inet.c
1837
static const struct net_offload ipip_offload = {
net/ipv4/esp4_offload.c
137
const struct net_offload *ops;
net/ipv4/esp4_offload.c
155
const struct net_offload *ops;
net/ipv4/esp4_offload.c
378
static const struct net_offload esp4_offload = {
net/ipv4/fou_core.c
234
static const struct net_offload *fou_gro_ops(const struct sock *sk,
net/ipv4/fou_core.c
237
const struct net_offload __rcu **offloads;
net/ipv4/fou_core.c
249
const struct net_offload *ops;
net/ipv4/fou_core.c
280
const struct net_offload *ops;
net/ipv4/fou_core.c
329
const struct net_offload *ops;
net/ipv4/fou_core.c
471
const struct net_offload *ops;
net/ipv4/gre_offload.c
263
static const struct net_offload gre_offload = {
net/ipv4/protocol.c
29
const struct net_offload __rcu *inet_offloads[MAX_INET_PROTOS] __read_mostly;
net/ipv4/protocol.c
39
int inet_add_offload(const struct net_offload *prot, unsigned char protocol)
net/ipv4/protocol.c
41
return !cmpxchg((const struct net_offload **)&inet_offloads[protocol],
net/ipv4/protocol.c
59
int inet_del_offload(const struct net_offload *prot, unsigned char protocol)
net/ipv4/protocol.c
63
ret = (cmpxchg((const struct net_offload **)&inet_offloads[protocol],
net/ipv4/tcp_offload.c
470
net_hotdata.tcpv4_offload = (struct net_offload) {
net/ipv4/udp_offload.c
313
const struct net_offload __rcu **offloads;
net/ipv4/udp_offload.c
315
const struct net_offload *ops;
net/ipv4/udp_offload.c
979
net_hotdata.udpv4_offload = (struct net_offload) {
net/ipv4/xfrm4_input.c
184
const struct net_offload *ops;
net/ipv6/esp6_offload.c
173
const struct net_offload *ops;
net/ipv6/esp6_offload.c
191
const struct net_offload *ops;
net/ipv6/esp6_offload.c
399
static const struct net_offload esp6_offload = {
net/ipv6/exthdrs_offload.c
11
static const struct net_offload rthdr_offload = {
net/ipv6/exthdrs_offload.c
15
static const struct net_offload dstopt_offload = {
net/ipv6/exthdrs_offload.c
19
static const struct net_offload hbh_offload = {
net/ipv6/ip6_offload.c
182
const struct net_offload **opps)
net/ipv6/ip6_offload.c
206
const struct net_offload *ops;
net/ipv6/ip6_offload.c
26
const struct net_offload *ops = NULL;
net/ipv6/ip6_offload.c
334
const struct net_offload *ops;
net/ipv6/ip6_offload.c
414
static const struct net_offload sit_offload = {
net/ipv6/ip6_offload.c
422
static const struct net_offload ip4ip6_offload = {
net/ipv6/ip6_offload.c
430
static const struct net_offload ip6ip6_offload = {
net/ipv6/ip6_offload.c
60
const struct net_offload *ops = NULL;
net/ipv6/ip6_offload.c
96
const struct net_offload *ops;
net/ipv6/protocol.c
49
const struct net_offload __rcu *inet6_offloads[MAX_INET_PROTOS] __read_mostly;
net/ipv6/protocol.c
52
int inet6_add_offload(const struct net_offload *prot, unsigned char protocol)
net/ipv6/protocol.c
54
return !cmpxchg((const struct net_offload **)&inet6_offloads[protocol],
net/ipv6/protocol.c
59
int inet6_del_offload(const struct net_offload *prot, unsigned char protocol)
net/ipv6/protocol.c
63
ret = (cmpxchg((const struct net_offload **)&inet6_offloads[protocol],
net/ipv6/tcpv6_offload.c
196
net_hotdata.tcpv6_offload = (struct net_offload) {
net/ipv6/udp_offload.c
193
net_hotdata.udpv6_offload = (struct net_offload) {
net/ipv6/xfrm6_input.c
181
const struct net_offload *ops;
net/sctp/offload.c
90
static const struct net_offload sctp_offload = {
net/sctp/offload.c
96
static const struct net_offload sctp6_offload = {