Searched defs:bpf_verifier_ops (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ ! |
H A D | bpf.h | 1049 struct bpf_verifier_ops { struct 1052 (*get_func_proto)(enum bpf_func_id func_id, 1058 bool (*is_valid_access)(int off, int size, enum bpf_access_type type, 1061 int (*gen_prologue)(struct bpf_insn *insn, bool direct_write, 1063 int (*gen_epilogue)(struct bpf_insn *insn, const struct bpf_prog *prog, 1065 int (*gen_ld_abs)(const struct bpf_insn *orig, 1067 u32 (*convert_ctx_access)(enum bpf_access_type type, 1071 int (*btf_struct_access)(struct bpf_verifier_log *log,
|
/linux/kernel/bpf/ ! |
H A D | verifier.c | 36 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable
|