Lines Matching refs:ns_name
1273 const char *ns_name; in match_component() local
1279 ns_name = aa_ns_name(profile->ns, tp->ns, true); in match_component()
1281 state = aa_dfa_match(profile->policy.dfa, state, ns_name); in match_component()
1516 const char *ns_name = NULL; in aa_profile_snxprint() local
1528 ns_name = aa_ns_name(view, profile->ns, in aa_profile_snxprint()
1530 if (ns_name == aa_hidden_ns_name) { in aa_profile_snxprint()
1533 return snprintf(str, size, "%s", ns_name); in aa_profile_snxprint()
1540 if (ns_name) in aa_profile_snxprint()
1541 return snprintf(str, size, ":%s:%s (%s)", ns_name, in aa_profile_snxprint()
1547 if (ns_name) in aa_profile_snxprint()
1548 return snprintf(str, size, ":%s:%s", ns_name, in aa_profile_snxprint()