Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h1098 struct bpf_verifier_ops { struct
1101 get_func_protobpf_verifier_ops global() argument
1107 is_valid_accessbpf_verifier_ops global() argument
1110 gen_prologuebpf_verifier_ops global() argument
1112 gen_epiloguebpf_verifier_ops global() argument
1114 gen_ld_absbpf_verifier_ops global() argument
1116 convert_ctx_accessbpf_verifier_ops global() argument
1120 btf_struct_accessbpf_verifier_ops global() argument
/linux/kernel/bpf/
H A Dverifier.c36 static const struct bpf_verifier_ops * const bpf_verifier_ops[] = { variable