diff options
Diffstat (limited to 'include/linux/bpf.h')
-rw-r--r-- | include/linux/bpf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/bpf.h b/include/linux/bpf.h index f250494a4f56..d1eb3c8a3fa9 100644 --- a/include/linux/bpf.h +++ b/include/linux/bpf.h | |||
@@ -269,6 +269,7 @@ struct bpf_prog_offload_ops { | |||
269 | int insn_idx, int prev_insn_idx); | 269 | int insn_idx, int prev_insn_idx); |
270 | int (*finalize)(struct bpf_verifier_env *env); | 270 | int (*finalize)(struct bpf_verifier_env *env); |
271 | int (*prepare)(struct net_device *netdev, struct bpf_verifier_env *env); | 271 | int (*prepare)(struct net_device *netdev, struct bpf_verifier_env *env); |
272 | int (*translate)(struct net_device *netdev, struct bpf_prog *prog); | ||
272 | }; | 273 | }; |
273 | 274 | ||
274 | struct bpf_prog_offload { | 275 | struct bpf_prog_offload { |