Lines Matching refs:aa_profile
224 struct aa_profile { struct
226 struct aa_profile __rcu *parent; argument
257 struct aa_profile *aa_alloc_profile(const char *name, struct aa_proxy *proxy, argument
259 struct aa_profile *aa_alloc_null(struct aa_profile *parent, const char *name,
261 struct aa_profile *aa_new_learning_profile(struct aa_profile *parent, bool hat,
263 void aa_free_profile(struct aa_profile *profile);
264 struct aa_profile *aa_find_child(struct aa_profile *parent, const char *name);
265 struct aa_profile *aa_lookupn_profile(struct aa_ns *ns, const char *hname,
267 struct aa_profile *aa_lookup_profile(struct aa_ns *ns, const char *name);
268 struct aa_profile *aa_fqlookupn_profile(struct aa_label *base,
287 static inline struct aa_profile *aa_get_newest_profile(struct aa_profile *p) in aa_get_newest_profile()
329 static inline struct aa_profile *aa_get_profile(struct aa_profile *p) in aa_get_profile()
344 static inline struct aa_profile *aa_get_profile_not0(struct aa_profile *p) in aa_get_profile_not0()
359 static inline struct aa_profile *aa_get_profile_rcu(struct aa_profile __rcu **p) in aa_get_profile_rcu()
361 struct aa_profile *c; in aa_get_profile_rcu()
376 static inline void aa_put_profile(struct aa_profile *p) in aa_put_profile()
382 static inline int AUDIT_MODE(struct aa_profile *profile) in AUDIT_MODE()