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

/linux-master/include/linux/
H A Dsecurity.h2135 extern int security_bpf_prog_load(struct bpf_prog *prog, union bpf_attr *attr,
2169 static inline int security_bpf_prog_load(struct bpf_prog *prog, union bpf_attr *attr, function
/linux-master/security/
H A Dsecurity.c5455 * security_bpf_prog_load() - Check if loading of BPF program is allowed
5466 int security_bpf_prog_load(struct bpf_prog *prog, union bpf_attr *attr, function
/linux-master/kernel/bpf/
H A Dsyscall.c2890 err = security_bpf_prog_load(prog, attr, token);

Completed in 150 milliseconds