Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/
Dbpf.h468 struct bpf_verifier_ops { struct
470 …st struct bpf_func_proto *(*get_func_proto)(enum bpf_func_id func_id, const struct bpf_prog *prog);
475 … bool (*is_valid_access)(int off, int size, enum bpf_access_type type, const struct bpf_prog *prog,
477 int (*gen_prologue)(struct bpf_insn *insn, bool direct_write, const struct bpf_prog *prog);
478 int (*gen_ld_abs)(const struct bpf_insn *orig, struct bpf_insn *insn_buf);
479 … (*convert_ctx_access)(enum bpf_access_type type, const struct bpf_insn *src, struct bpf_insn *dst,
481 …int (*btf_struct_access)(struct bpf_verifier_log *log, const struct btf_type *t, int off, int size,
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
Dverifier.c28 static const struct bpf_verifier_ops *const bpf_verifier_ops[] = { variable