Home
last modified time | relevance | path

Searched refs:security_bpf_token_capable (Results 1 – 2 of 2) sorted by relevance

/linux/kernel/bpf/
H A Dtoken.c24 if (token && security_bpf_token_capable(token, cap) < 0) in bpf_token_capable()
/linux/security/
H A Dsecurity.c5750 int security_bpf_token_capable(const struct bpf_token *token, int cap) in security_bpf_token_capable() function