Searched defs:bpf_prog_offload_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | bpf.h | 527 struct bpf_prog_offload_ops { struct 529 int (*insn_hook)(struct bpf_verifier_env *env, 531 int (*finalize)(struct bpf_verifier_env *env); 533 int (*replace_insn)(struct bpf_verifier_env *env, u32 off, 535 int (*remove_insns)(struct bpf_verifier_env *env, u32 off, u32 cnt); 537 int (*prepare)(struct bpf_prog *prog); 538 int (*translate)(struct bpf_prog *prog); 539 void (*destroy)(struct bpf_prog *prog);
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | bpf.h | 970 struct bpf_prog_offload_ops { struct 972 int (*insn_hook)(struct bpf_verifier_env *env, 974 int (*finalize)(struct bpf_verifier_env *env); 976 int (*replace_insn)(struct bpf_verifier_env *env, u32 off, 978 int (*remove_insns)(struct bpf_verifier_env *env, u32 off, u32 cnt); 980 int (*prepare)(struct bpf_prog *prog); 981 int (*translate)(struct bpf_prog *prog); 982 void (*destroy)(struct bpf_prog *prog);
|