Searched defs:bpf_verifier_ops (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| D | bpf.h | 497 struct bpf_verifier_ops { struct 500 (*get_func_proto)(enum bpf_func_id func_id, 506 bool (*is_valid_access)(int off, int size, enum bpf_access_type type, 509 int (*gen_prologue)(struct bpf_insn *insn, bool direct_write, 511 int (*gen_ld_abs)(const struct bpf_insn *orig, 513 u32 (*convert_ctx_access)(enum bpf_access_type type, 517 int (*btf_struct_access)(struct bpf_verifier_log *log,
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | bpf.h | 931 struct bpf_verifier_ops { struct 934 (*get_func_proto)(enum bpf_func_id func_id, 940 bool (*is_valid_access)(int off, int size, enum bpf_access_type type, 943 int (*gen_prologue)(struct bpf_insn *insn, bool direct_write, 945 int (*gen_ld_abs)(const struct bpf_insn *orig, 947 u32 (*convert_ctx_access)(enum bpf_access_type type, 951 int (*btf_struct_access)(struct bpf_verifier_log *log,
|
| /kernel/linux/linux-5.10/kernel/bpf/ |
| D | verifier.c | 28 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| D | verifier.c | 33 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable
|