Lines Matching refs:tp
1270 struct aa_profile *tp, in match_component() argument
1275 if (profile->ns == tp->ns) in match_component()
1276 return aa_dfa_match(profile->policy.dfa, state, tp->base.hname); in match_component()
1279 ns_name = aa_ns_name(profile->ns, tp->ns, true); in match_component()
1283 return aa_dfa_match(profile->policy.dfa, state, tp->base.hname); in match_component()
1306 struct aa_profile *tp; in label_compound_match() local
1310 label_for_each(i, label, tp) { in label_compound_match()
1311 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
1313 state = match_component(profile, tp, state); in label_compound_match()
1324 label_for_each_cont(i, label, tp) { in label_compound_match()
1325 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
1328 state = match_component(profile, tp, state); in label_compound_match()
1364 struct aa_profile *tp; in label_components_match() local
1370 label_for_each(i, label, tp) { in label_components_match()
1371 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
1373 state = match_component(profile, tp, start); in label_components_match()
1386 label_for_each_cont(i, label, tp) { in label_components_match()
1387 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
1389 state = match_component(profile, tp, start); in label_components_match()