Searched refs:labels_profile (Results 1 – 10 of 10) sorted by relevance
160 old = labels_profile(old_l); in __aa_transition_rlimits()161 new = labels_profile(new_l); in __aa_transition_rlimits()
120 struct aa_profile *profile = labels_profile(label); in audit_pre()
1157 if (PROFILE_IS_HAT(labels_profile(label))) in change_hat() 1505 * TODO: fixme using labels_profile is not right - do profile in aa_change_profile() 1509 !COMPLAIN_MODE(labels_profile(label))) in aa_change_profile() 1512 tprofile = aa_new_learning_profile(labels_profile(label), false, in aa_change_profile()
1158 struct aa_profile *profile = labels_profile(label); in seq_profile_name_show() 1169 struct aa_profile *profile = labels_profile(label); in seq_profile_mode_show() 1180 struct aa_profile *profile = labels_profile(label); in seq_profile_attach_show() 1196 struct aa_profile *profile = labels_profile(label); in seq_profile_hash_show() 1708 profile = labels_profile(label); in rawdata_get_link_base()
163 labels_profile(label)->disconnected); in path_name()
364 aa_free_profile(labels_profile(label)); in label_free_switch() 389 /* TODO: update labels_profile macro so it works here */ in aa_label_kref()
67 struct aa_profile *profile = labels_profile(aa_current_raw_label()); in audit_iface()
337 (P) = labels_profile(L); \
325 return labels_profile(aa_get_newest_label(&p->label)); in aa_get_newest_profile()
165 #define labels_profile(X) ((X)->vec[(X)->size - 1]) macro