Home
last modified time | relevance | path

Searched defs:bpf_verifier_ops (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/linux/
Dbpf.h918 struct bpf_verifier_ops { struct
921 (*get_func_proto)(enum bpf_func_id func_id,
927 bool (*is_valid_access)(int off, int size, enum bpf_access_type type,
930 int (*gen_prologue)(struct bpf_insn *insn, bool direct_write,
932 int (*gen_ld_abs)(const struct bpf_insn *orig,
934 u32 (*convert_ctx_access)(enum bpf_access_type type,
938 int (*btf_struct_access)(struct bpf_verifier_log *log,
/Linux-v6.6/kernel/bpf/
Dverifier.c33 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable