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

/linux-master/kernel/bpf/
H A Dtoken.c208 err = security_bpf_token_create(token, attr, &path);
/linux-master/include/linux/
H A Dsecurity.h2138 extern int security_bpf_token_create(struct bpf_token *token, union bpf_attr *attr,
2178 static inline int security_bpf_token_create(struct bpf_token *token, union bpf_attr *attr, function
/linux-master/security/
H A Dsecurity.c5473 * security_bpf_token_create() - Check if creating of BPF token is allowed
5483 int security_bpf_token_create(struct bpf_token *token, union bpf_attr *attr, function

Completed in 1251 milliseconds