Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dbpf.h1422 int bpf_check(struct bpf_prog **fp, union bpf_attr *attr,
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c2233 err = bpf_check(&prog, attr, uattr); in bpf_prog_load()
H A Dverifier.c12310 int bpf_check(struct bpf_prog **prog, union bpf_attr *attr, in bpf_check() function