Lines Matching refs:bpf_token
2250 struct bpf_token;
2256 struct bpf_token *token, bool kernel);
2259 struct bpf_token *token, bool kernel);
2261 extern int security_bpf_token_create(struct bpf_token *token, union bpf_attr *attr,
2263 extern void security_bpf_token_free(struct bpf_token *token);
2264 extern int security_bpf_token_cmd(const struct bpf_token *token, enum bpf_cmd cmd);
2265 extern int security_bpf_token_capable(const struct bpf_token *token, int cap);
2284 struct bpf_token *token, bool kernel) in security_bpf_map_create()
2293 struct bpf_token *token, bool kernel) in security_bpf_prog_load()
2301 static inline int security_bpf_token_create(struct bpf_token *token, union bpf_attr *attr, in security_bpf_token_create()
2307 static inline void security_bpf_token_free(struct bpf_token *token) in security_bpf_token_free()
2310 static inline int security_bpf_token_cmd(const struct bpf_token *token, enum bpf_cmd cmd) in security_bpf_token_cmd()
2315 static inline int security_bpf_token_capable(const struct bpf_token *token, int cap) in security_bpf_token_capable()