Lines Matching refs:aa_label

59 struct aa_label *aa_vec_find_or_create_label(struct aa_profile **vec, int len,
100 struct aa_label;
103 struct aa_label __rcu *label;
121 struct aa_label { struct
151 int aa_label_next_confined(struct aa_label *l, int i); argument
275 void aa_label_destroy(struct aa_label *label);
276 void aa_label_free(struct aa_label *label);
278 bool aa_label_init(struct aa_label *label, int size, gfp_t gfp);
279 struct aa_label *aa_label_alloc(int size, struct aa_proxy *proxy, gfp_t gfp);
281 bool aa_label_is_subset(struct aa_label *set, struct aa_label *sub);
282 bool aa_label_is_unconfined_subset(struct aa_label *set, struct aa_label *sub);
284 struct aa_label *set,
285 struct aa_label *sub);
286 bool aa_label_remove(struct aa_label *label);
287 struct aa_label *aa_label_insert(struct aa_labelset *ls, struct aa_label *l);
288 bool aa_label_replace(struct aa_label *old, struct aa_label *new);
289 bool aa_label_make_newest(struct aa_labelset *ls, struct aa_label *old,
290 struct aa_label *new);
292 struct aa_label *aa_label_find(struct aa_label *l);
295 struct aa_label *a,
296 struct aa_label *b);
297 struct aa_label *aa_label_find_merge(struct aa_label *a, struct aa_label *b);
298 struct aa_label *aa_label_merge(struct aa_label *a, struct aa_label *b,
302 bool aa_update_label_name(struct aa_ns *ns, struct aa_label *label, gfp_t gfp);
310 struct aa_label *label, int flags);
311 int aa_label_asxprint(char **strp, struct aa_ns *ns, struct aa_label *label,
314 struct aa_label *label, int flags, gfp_t gfp);
316 struct aa_label *label, int flags, gfp_t gfp);
318 struct aa_label *label, int flags, gfp_t gfp);
319 void aa_label_xprintk(struct aa_ns *ns, struct aa_label *label, int flags,
321 void aa_label_audit(struct audit_buffer *ab, struct aa_label *label, gfp_t gfp);
322 void aa_label_seq_print(struct seq_file *f, struct aa_label *label, gfp_t gfp);
323 void aa_label_printk(struct aa_label *label, gfp_t gfp);
325 struct aa_label *aa_label_strn_parse(struct aa_label *base, const char *str,
328 struct aa_label *aa_label_parse(struct aa_label *base, const char *str,
358 int aa_label_match(struct aa_profile *profile, struct aa_label *label,
371 static inline struct aa_label *__aa_get_label(struct aa_label *l) in __aa_get_label()
379 static inline struct aa_label *aa_get_label(struct aa_label *l) in aa_get_label()
395 static inline struct aa_label *aa_get_label_rcu(struct aa_label __rcu **l) in aa_get_label_rcu()
397 struct aa_label *c; in aa_get_label_rcu()
416 static inline struct aa_label *aa_get_newest_label(struct aa_label *l) in aa_get_newest_label()
422 struct aa_label *tmp; in aa_get_newest_label()
439 static inline void aa_put_label(struct aa_label *l) in aa_put_label()
446 struct aa_proxy *aa_alloc_proxy(struct aa_label *l, gfp_t gfp);
463 void __aa_proxy_redirect(struct aa_label *orig, struct aa_label *new);