summaryrefslogtreecommitdiffstats
path: root/include/linux/bpf.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/bpf.h')
-rw-r--r--include/linux/bpf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/linux/bpf.h b/include/linux/bpf.h
index c60ddfb34d41..9fff1ace1d8e 100644
--- a/include/linux/bpf.h
+++ b/include/linux/bpf.h
@@ -200,7 +200,7 @@ struct bpf_prog_offload_ops {
200 int insn_idx, int prev_insn_idx); 200 int insn_idx, int prev_insn_idx);
201}; 201};
202 202
203struct bpf_dev_offload { 203struct bpf_prog_offload {
204 struct bpf_prog *prog; 204 struct bpf_prog *prog;
205 struct net_device *netdev; 205 struct net_device *netdev;
206 void *dev_priv; 206 void *dev_priv;
@@ -230,7 +230,7 @@ struct bpf_prog_aux {
230#ifdef CONFIG_SECURITY 230#ifdef CONFIG_SECURITY
231 void *security; 231 void *security;
232#endif 232#endif
233 struct bpf_dev_offload *offload; 233 struct bpf_prog_offload *offload;
234 union { 234 union {
235 struct work_struct work; 235 struct work_struct work;
236 struct rcu_head rcu; 236 struct rcu_head rcu;