Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/
Dbpf.h1583 int bpf_check(struct bpf_prog **fp, union bpf_attr *attr, bpfptr_t uattr);
/Linux-v5.15/kernel/bpf/
Dsyscall.c2304 err = bpf_check(&prog, attr, uattr); in bpf_prog_load()
Dverifier.c13669 int bpf_check(struct bpf_prog **prog, union bpf_attr *attr, bpfptr_t uattr) in bpf_check() function