Home
last modified time | relevance | path

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

/linux/security/apparmor/include/
H A Dcred.h64 static inline void aa_put_label_condref(struct aa_label *l, bool needput) in aa_put_label_condref() function
/linux/security/apparmor/
H A Dlabel.c1230 aa_put_label_condref(a, a_needput); in aa_label_find_merge()
1231 aa_put_label_condref(b, b_needput); in aa_label_find_merge()
1283 aa_put_label_condref(a, a_needput); in aa_label_merge()
1284 aa_put_label_condref(b, b_needput); in aa_label_merge()
H A Dlsm.c503 aa_put_label_condref(label, needput); in apparmor_file_open()