Lines Matching refs:aa_profile

129 struct aa_profile {  struct
131 struct aa_profile __rcu *parent; argument
174 void aa_add_profile(struct aa_policy *common, struct aa_profile *profile); argument
178 struct aa_profile *aa_alloc_profile(const char *name, struct aa_proxy *proxy,
180 struct aa_profile *aa_new_null_profile(struct aa_profile *parent, bool hat,
182 void aa_free_profile(struct aa_profile *profile);
184 struct aa_profile *aa_find_child(struct aa_profile *parent, const char *name);
185 struct aa_profile *aa_lookupn_profile(struct aa_ns *ns, const char *hname,
187 struct aa_profile *aa_lookup_profile(struct aa_ns *ns, const char *name);
188 struct aa_profile *aa_fqlookupn_profile(struct aa_label *base,
190 struct aa_profile *aa_match_profile(struct aa_ns *ns, const char *name);
211 static inline struct aa_profile *aa_get_newest_profile(struct aa_profile *p) in aa_get_newest_profile()
216 static inline unsigned int PROFILE_MEDIATES(struct aa_profile *profile, in PROFILE_MEDIATES()
226 static inline unsigned int PROFILE_MEDIATES_AF(struct aa_profile *profile, in PROFILE_MEDIATES_AF()
243 static inline struct aa_profile *aa_get_profile(struct aa_profile *p) in aa_get_profile()
258 static inline struct aa_profile *aa_get_profile_not0(struct aa_profile *p) in aa_get_profile_not0()
273 static inline struct aa_profile *aa_get_profile_rcu(struct aa_profile __rcu **p) in aa_get_profile_rcu()
275 struct aa_profile *c; in aa_get_profile_rcu()
290 static inline void aa_put_profile(struct aa_profile *p) in aa_put_profile()
296 static inline int AUDIT_MODE(struct aa_profile *profile) in AUDIT_MODE()