Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dbpf.h2714 int bpf_check(struct bpf_prog **fp, union bpf_attr *attr, bpfptr_t uattr, u32 uattr_size);
/linux/kernel/bpf/
H A Dsyscall.c2979 err = bpf_check(&prog, attr, uattr, uattr_size); in bpf_prog_load()
H A Dverifier.c56 /* bpf_check() is a static code analyzer that walks eBPF program
24568 int bpf_check(struct bpf_prog **prog, union bpf_attr *attr, bpfptr_t uattr, __u32 uattr_size) in bpf_check() function
24583 * allocate/free it every time bpf_check() is called in bpf_check()