Searched defs:bpf_verifier_ops (Results 1 – 1 of 1) sorted by relevance
| /developtools/profiler/hiebpf/include/ |
| D | vmlinux.h | 30610 struct bpf_verifier_ops { struct 30611 const struct bpf_func_proto * (*get_func_proto)(enum bpf_func_id, const struct bpf_prog *); 30612 …lid_access)(int, int, enum bpf_access_type, const struct bpf_prog *, struct bpf_insn_access_aux *); 30613 int (*gen_prologue)(struct bpf_insn *, bool, const struct bpf_prog *); 30614 int (*gen_ld_abs)(const struct bpf_insn *, struct bpf_insn *); 30615 …ccess)(enum bpf_access_type, const struct bpf_insn *, struct bpf_insn *, struct bpf_prog *, u32 *); 30616 …erifier_log *, const struct btf *, const struct btf_type *, int, int, enum bpf_access_type, u32 *); 30617 bool (*check_kfunc_call)(u32, struct module *);
|