Home
last modified time | relevance | path

Searched refs:aa_get_profile_not0 (Results 1 – 3 of 3) sorted by relevance

/linux/security/apparmor/include/
H A Dpolicy.h401 static inline struct aa_profile *aa_get_profile_not0(struct aa_profile *p) in aa_get_profile_not0() function
/linux/security/apparmor/
H A Dpolicy.c503 } while (profile && !aa_get_profile_not0(profile)); in aa_find_child()
652 } while (profile && !aa_get_profile_not0(profile)); in aa_lookupn_profile()
H A Ddomain.c445 if (!aa_get_profile_not0(profile)) in find_attach()