Searched defs:bpf_verifier_ops (Results 1 – 2 of 2) sorted by relevance
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 31538 struct bpf_verifier_ops { struct 31539 const struct bpf_func_proto * (*get_func_proto)(enum bpf_func_id, const struct bpf_prog *); 31540 …lid_access)(int, int, enum bpf_access_type, const struct bpf_prog *, struct bpf_insn_access_aux *); 31541 int (*gen_prologue)(struct bpf_insn *, bool, const struct bpf_prog *); 31542 int (*gen_ld_abs)(const struct bpf_insn *, struct bpf_insn *); 31543 …ccess)(enum bpf_access_type, const struct bpf_insn *, struct bpf_insn *, struct bpf_prog *, u32 *); 31544 int (*btf_struct_access)(struct bpf_verifier_log *, const struct bpf_reg_state *, int, int); 31545 u64 android_kabi_reserved1;
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 41247 struct bpf_verifier_ops { struct 41248 const struct bpf_func_proto * (*get_func_proto)(enum bpf_func_id, const struct bpf_prog *); 41249 …lid_access)(int, int, enum bpf_access_type, const struct bpf_prog *, struct bpf_insn_access_aux *); 41250 int (*gen_prologue)(struct bpf_insn *, bool, const struct bpf_prog *); 41251 int (*gen_ld_abs)(const struct bpf_insn *, struct bpf_insn *); 41252 …ccess)(enum bpf_access_type, const struct bpf_insn *, struct bpf_insn *, struct bpf_prog *, u32 *); 41253 int (*btf_struct_access)(struct bpf_verifier_log *, const struct bpf_reg_state *, int, int); 41254 u64 android_kabi_reserved1;
|