Lines Matching refs:ns
108 if (profile->ns == tp->ns) in match_component()
112 ns_name = aa_ns_name(profile->ns, tp->ns, true); in match_component()
146 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
160 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
208 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
224 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
352 static struct aa_label *find_attach(struct aa_ns *ns, struct list_head *list, in find_attach() argument
428 struct aa_ns *ns = profile->ns; in x_to_label() local
450 new = find_attach(ns, &profile->base.profiles, in x_to_label()
454 new = find_attach(ns, &ns->base.profiles, in x_to_label()
469 new = aa_get_newest_label(ns_unconfined(profile->ns)); in x_to_label()
518 new = find_attach(profile->ns, &profile->ns->base.profiles, in profile_transition()