Searched defs:bpf_verifier_ops (Results 1 – 1 of 1) sorted by relevance
| /third_party/libbpf/.github/actions/build-selftests/ |
| D | vmlinux.h | 26099 struct bpf_verifier_ops { struct 26100 const struct bpf_func_proto * (*get_func_proto)(enum bpf_func_id, const struct bpf_prog *); 26101 …lid_access)(int, int, enum bpf_access_type, const struct bpf_prog *, struct bpf_insn_access_aux *); 26102 int (*gen_prologue)(struct bpf_insn *, bool, const struct bpf_prog *); 26103 int (*gen_ld_abs)(const struct bpf_insn *, struct bpf_insn *); 26104 …ccess)(enum bpf_access_type, const struct bpf_insn *, struct bpf_insn *, struct bpf_prog *, u32 *); 26105 …erifier_log *, const struct btf *, const struct btf_type *, int, int, enum bpf_access_type, u32 *);
|