Home
last modified time | relevance | path

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

/linux/kernel/bpf/
H A Dtoken.c24 if (token && security_bpf_token_capable(token, cap) < 0) in bpf_token_capable()
/linux/include/linux/
H A Dsecurity.h2280 extern int security_bpf_token_capable(const struct bpf_token *token, int cap);
2330 static inline int security_bpf_token_capable(const struct bpf_token *token, int cap) in security_bpf_token_capable() function
/linux/security/
H A Dsecurity.c5783 int security_bpf_token_capable(const struct bpf_token *token, int cap) in security_bpf_token_capable() function