Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/include/linux/
H A Dbpf.h1391 int bpf_check(struct bpf_prog **fp, union bpf_attr *attr, union bpf_attr __user *uattr);
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dsyscall.c2262 err = bpf_check(&prog, attr, uattr); in bpf_prog_load()
H A Dverifier.c38 /* bpf_check() is a static code analyzer that walks eBPF program
12147 int bpf_check(struct bpf_prog **prog, union bpf_attr *attr, union bpf_attr __user *uattr) in bpf_check() function
12161 * allocate/free it every time bpf_check() is called in bpf_check()

Completed in 30 milliseconds