Searched defs:bpf_prog_offload_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 36796 struct bpf_prog_offload_ops { struct 36797 int (*insn_hook)(struct bpf_verifier_env *, int, int); 36798 int (*finalize)(struct bpf_verifier_env *); 36799 int (*replace_insn)(struct bpf_verifier_env *, u32, struct bpf_insn *); 36800 int (*remove_insns)(struct bpf_verifier_env *, u32, u32); 36801 int (*prepare)(struct bpf_prog *); 36802 int (*translate)(struct bpf_prog *); 36803 void (*destroy)(struct bpf_prog *); 36804 u64 android_kabi_reserved1;
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 46460 struct bpf_prog_offload_ops { struct 46461 int (*insn_hook)(struct bpf_verifier_env *, int, int); 46462 int (*finalize)(struct bpf_verifier_env *); 46463 int (*replace_insn)(struct bpf_verifier_env *, u32, struct bpf_insn *); 46464 int (*remove_insns)(struct bpf_verifier_env *, u32, u32); 46465 int (*prepare)(struct bpf_prog *); 46466 int (*translate)(struct bpf_prog *); 46467 void (*destroy)(struct bpf_prog *); 46468 u64 android_kabi_reserved1;
|