Searched refs:bpf_check (Results 1 – 4 of 4) sorted by relevance
| /linux/Documentation/bpf/ |
| H A D | signing.rst | 135 #. 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 D | bpf.h | 3052 int bpf_check(struct bpf_prog **fp, union bpf_attr *attr, bpfptr_t uattr,
|
| /linux/kernel/bpf/ |
| H A D | syscall.c | 3133 err = bpf_check(&prog, attr, uattr, attr_log); in BTF_ID_LIST_GLOBAL_SINGLE()
|
| H A D | verifier.c | 20976 int bpf_check(struct bpf_prog **prog, union bpf_attr *attr, bpfptr_t uattr, in bpf_check() function
|