Home
last modified time | relevance | path

Searched refs:bpf_check (Results 1 – 4 of 4) sorted by relevance

/linux/Documentation/bpf/
H A Dsigning.rst135 #. Signature verification runs inside the verifier (``bpf_check()``), once it
231 verifier (``bpf_check()``), before the main verification work. It runs after the
/linux/include/linux/
H A Dbpf.h3052 int bpf_check(struct bpf_prog **fp, union bpf_attr *attr, bpfptr_t uattr,
/linux/kernel/bpf/
H A Dsyscall.c3133 err = bpf_check(&prog, attr, uattr, attr_log); in BTF_ID_LIST_GLOBAL_SINGLE()
H A Dverifier.c20976 int bpf_check(struct bpf_prog **prog, union bpf_attr *attr, bpfptr_t uattr, in bpf_check() function