Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/
Dbpf.h1952 int bpf_check(struct bpf_prog **fp, union bpf_attr *attr, bpfptr_t uattr);
/Linux-v6.1/kernel/bpf/
Dsyscall.c2605 err = bpf_check(&prog, attr, uattr); in bpf_prog_load()
Dverifier.c15172 int bpf_check(struct bpf_prog **prog, union bpf_attr *attr, bpfptr_t uattr) in bpf_check() function