Lines Matching refs:tp
1255 struct aa_profile *tp, in match_component() argument
1260 if (profile->ns == tp->ns) in match_component()
1261 return aa_dfa_match(rules->policy->dfa, state, tp->base.hname); in match_component()
1264 ns_name = aa_ns_name(profile->ns, tp->ns, true); in match_component()
1268 return aa_dfa_match(rules->policy->dfa, state, tp->base.hname); in match_component()
1293 struct aa_profile *tp; in label_compound_match() local
1297 label_for_each(i, label, tp) { in label_compound_match()
1298 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
1300 state = match_component(profile, rules, tp, state); in label_compound_match()
1311 label_for_each_cont(i, label, tp) { in label_compound_match()
1312 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
1315 state = match_component(profile, rules, tp, state); in label_compound_match()
1353 struct aa_profile *tp; in label_components_match() local
1359 label_for_each(i, label, tp) { in label_components_match()
1360 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
1362 state = match_component(profile, rules, tp, start); in label_components_match()
1375 label_for_each_cont(i, label, tp) { in label_components_match()
1376 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
1378 state = match_component(profile, rules, tp, start); in label_components_match()