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

/linux-master/net/core/
H A Dsysctl_net_core.c345 (jit_enable == 2 && bpf_dump_raw_ok(current_cred()))) {
/linux-master/kernel/bpf/
H A Dsyscall.c4476 if (!bpf_dump_raw_ok(f_cred))
4616 if (prog->blinded && !bpf_dump_raw_ok(file->f_cred)) {
4654 if (bpf_dump_raw_ok(file->f_cred)) {
4689 if (bpf_dump_raw_ok(file->f_cred)) {
4720 if (bpf_dump_raw_ok(file->f_cred)) {
4780 if (bpf_dump_raw_ok(file->f_cred)) {
5891 if (!bpf_dump_raw_ok(current_cred()))
/linux-master/include/linux/
H A Dfilter.h970 static inline bool bpf_dump_raw_ok(const struct cred *cred) function

Completed in 178 milliseconds