Searched refs:bpf_token_capable (Results 1 – 4 of 4) sorted by relevance
17 bool bpf_token_capable(const struct bpf_token *token, int cap) in bpf_token_capable() function
113 if (bpf_token_capable(prog->aux->token, CAP_PERFMON)) in lirc_mode2_func_proto()
5441 return call_int_hook(bpf_token_capable, token, cap); in security_bpf_token_capable()
7814 LSM_HOOK_INIT(bpf_token_capable, selinux_bpf_token_capable),