Lines Matching refs:token
2179 struct bpf_token *token);
2182 struct bpf_token *token);
2184 extern int security_bpf_token_create(struct bpf_token *token, union bpf_attr *attr,
2186 extern void security_bpf_token_free(struct bpf_token *token);
2187 extern int security_bpf_token_cmd(const struct bpf_token *token, enum bpf_cmd cmd);
2188 extern int security_bpf_token_capable(const struct bpf_token *token, int cap);
2207 struct bpf_token *token) in security_bpf_map_create() argument
2216 struct bpf_token *token) in security_bpf_prog_load() argument
2224 static inline int security_bpf_token_create(struct bpf_token *token, union bpf_attr *attr, in security_bpf_token_create() argument
2230 static inline void security_bpf_token_free(struct bpf_token *token) in security_bpf_token_free() argument
2233 static inline int security_bpf_token_cmd(const struct bpf_token *token, enum bpf_cmd cmd) in security_bpf_token_cmd() argument
2238 static inline int security_bpf_token_capable(const struct bpf_token *token, int cap) in security_bpf_token_capable() argument