Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dbpf.h2301 int bpf_check(struct bpf_prog **fp, union bpf_attr *attr, bpfptr_t uattr, u32 uattr_size);
/Linux-v6.6/kernel/bpf/
Dsyscall.c2708 err = bpf_check(&prog, attr, uattr, uattr_size); in bpf_prog_load()
Dverifier.c19659 int bpf_check(struct bpf_prog **prog, union bpf_attr *attr, bpfptr_t uattr, __u32 uattr_size) in bpf_check() function