Searched defs:bpf_prog_offload_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | bpf.h | 523 struct bpf_prog_offload_ops { struct 525 int (*insn_hook)(struct bpf_verifier_env *env, 527 int (*finalize)(struct bpf_verifier_env *env); 529 int (*replace_insn)(struct bpf_verifier_env *env, u32 off, 531 int (*remove_insns)(struct bpf_verifier_env *env, u32 off, u32 cnt); 533 int (*prepare)(struct bpf_prog *prog); 534 int (*translate)(struct bpf_prog *prog); 535 void (*destroy)(struct bpf_prog *prog);
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | bpf.h | 956 struct bpf_prog_offload_ops { struct 958 int (*insn_hook)(struct bpf_verifier_env *env, 960 int (*finalize)(struct bpf_verifier_env *env); 962 int (*replace_insn)(struct bpf_verifier_env *env, u32 off, 964 int (*remove_insns)(struct bpf_verifier_env *env, u32 off, u32 cnt); 966 int (*prepare)(struct bpf_prog *prog); 967 int (*translate)(struct bpf_prog *prog); 968 void (*destroy)(struct bpf_prog *prog);
|