Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dbpf.h2344 int bpf_check(struct bpf_prog **fp, union bpf_attr *attr, bpfptr_t uattr, u32 uattr_size);
/openbmc/linux/kernel/bpf/
H A Dsyscall.c2743 err = bpf_check(&prog, attr, uattr, uattr_size); in bpf_prog_load()
H A Dverifier.c20222 int bpf_check(struct bpf_prog **prog, union bpf_attr *attr, bpfptr_t uattr, __u32 uattr_size) in bpf_check() function