Lines Matching refs:aa_profile
234 struct aa_profile { struct
236 struct aa_profile __rcu *parent; argument
270 struct aa_profile *aa_alloc_profile(const char *name, struct aa_proxy *proxy, argument
272 struct aa_profile *aa_alloc_null(struct aa_profile *parent, const char *name,
274 struct aa_profile *aa_new_learning_profile(struct aa_profile *parent, bool hat,
276 void aa_free_profile(struct aa_profile *profile);
277 struct aa_profile *aa_find_child(struct aa_profile *parent, const char *name);
278 struct aa_profile *aa_lookupn_profile(struct aa_ns *ns, const char *hname,
280 struct aa_profile *aa_fqlookupn_profile(struct aa_label *base,
299 static inline struct aa_profile *aa_get_newest_profile(struct aa_profile *p) in aa_get_newest_profile()
335 void aa_compute_profile_mediates(struct aa_profile *profile);
336 static inline bool profile_mediates(struct aa_profile *profile, in profile_mediates()
342 static inline bool profile_mediates_safe(struct aa_profile *profile, in profile_mediates_safe()
355 static inline struct aa_profile *aa_get_profile(struct aa_profile *p) in aa_get_profile()
370 static inline struct aa_profile *aa_get_profile_not0(struct aa_profile *p) in aa_get_profile_not0()
385 static inline struct aa_profile *aa_get_profile_rcu(struct aa_profile __rcu **p) in aa_get_profile_rcu()
387 struct aa_profile *c; in aa_get_profile_rcu()
402 static inline void aa_put_profile(struct aa_profile *p) in aa_put_profile()
408 static inline int AUDIT_MODE(struct aa_profile *profile) in AUDIT_MODE()