Lines Matching refs:bpf_token
2173 struct bpf_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()
2216 struct bpf_token *token) in security_bpf_prog_load()
2224 static inline int security_bpf_token_create(struct bpf_token *token, union bpf_attr *attr, in security_bpf_token_create()
2230 static inline void security_bpf_token_free(struct bpf_token *token) in security_bpf_token_free()
2233 static inline int security_bpf_token_cmd(const struct bpf_token *token, enum bpf_cmd cmd) in security_bpf_token_cmd()
2238 static inline int security_bpf_token_capable(const struct bpf_token *token, int cap) in security_bpf_token_capable()