Searched defs:bpf_verifier_ops (Results 1 – 2 of 2) sorted by relevance
/linux/include/linux/ |
A D | bpf.h | 498 struct bpf_verifier_ops { struct 501 (*get_func_proto)(enum bpf_func_id func_id, 507 bool (*is_valid_access)(int off, int size, enum bpf_access_type type, 510 int (*gen_prologue)(struct bpf_insn *insn, bool direct_write, 512 int (*gen_ld_abs)(const struct bpf_insn *orig, 514 u32 (*convert_ctx_access)(enum bpf_access_type type, 518 int (*btf_struct_access)(struct bpf_verifier_log *log, 523 bool (*check_kfunc_call)(u32 kfunc_btf_id, struct module *owner);
|
/linux/kernel/bpf/ |
A D | verifier.c | 28 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable
|
Completed in 28 milliseconds