Lines Matching refs:ns_name
1249 const char *ns_name; in match_component() local
1255 ns_name = aa_ns_name(profile->ns, tp->ns, true); in match_component()
1257 state = aa_dfa_match(profile->policy.dfa, state, ns_name); in match_component()
1490 const char *ns_name = NULL; in aa_profile_snxprint() local
1502 ns_name = aa_ns_name(view, profile->ns, in aa_profile_snxprint()
1504 if (ns_name == aa_hidden_ns_name) { in aa_profile_snxprint()
1507 return snprintf(str, size, "%s", ns_name); in aa_profile_snxprint()
1514 if (ns_name) in aa_profile_snxprint()
1515 return snprintf(str, size, ":%s:%s (%s)", ns_name, in aa_profile_snxprint()
1521 if (ns_name) in aa_profile_snxprint()
1522 return snprintf(str, size, ":%s:%s", ns_name, in aa_profile_snxprint()