Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dbpf.h305 struct bpf_verifier_ops { struct
308 (*get_func_proto)(enum bpf_func_id func_id,
314 bool (*is_valid_access)(int off, int size, enum bpf_access_type type,
317 int (*gen_prologue)(struct bpf_insn *insn, bool direct_write,
319 int (*gen_ld_abs)(const struct bpf_insn *orig,
321 u32 (*convert_ctx_access)(enum bpf_access_type type,
/Linux-v5.4/kernel/bpf/
Dverifier.c25 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable