Home
last modified time | relevance | path

Searched refs:aa_get_newest_label_condref (Results 1 – 2 of 2) sorted by relevance

/linux/security/apparmor/
H A Dlabel.c1186 a = aa_get_newest_label_condref(a, &a_needput); in aa_label_find_merge()
1187 b = aa_get_newest_label_condref(b, &b_needput); in aa_label_find_merge()
1232 a = aa_get_newest_label_condref(a, &a_needput); in aa_label_merge()
1233 b = aa_get_newest_label_condref(b, &b_needput); in aa_label_merge()
/linux/security/apparmor/include/
H A Dlabel.h435 static inline struct aa_label *aa_get_newest_label_condref(struct aa_label *l, in aa_get_newest_label_condref() function