Home
last modified time | relevance | path

Searched refs:bpf_token_capable (Results 1 – 4 of 4) sorted by relevance

/linux/kernel/bpf/
H A Dtoken.c17 bool bpf_token_capable(const struct bpf_token *token, int cap) in bpf_token_capable() function
/linux/drivers/media/rc/
H A Dbpf-lirc.c113 if (bpf_token_capable(prog->aux->token, CAP_PERFMON)) in lirc_mode2_func_proto()
/linux/security/
H A Dsecurity.c5441 return call_int_hook(bpf_token_capable, token, cap); in security_bpf_token_capable()
/linux/security/selinux/
H A Dhooks.c7814 LSM_HOOK_INIT(bpf_token_capable, selinux_bpf_token_capable),