Lines Matching refs:tp
93 struct aa_profile *tp, in match_component() argument
101 if (profile->ns == tp->ns) in match_component()
102 return aa_dfa_match(rules->file->dfa, state, tp->base.hname); in match_component()
105 ns_name = aa_ns_name(profile->ns, tp->ns, true); in match_component()
109 return aa_dfa_match(rules->file->dfa, state, tp->base.hname); in match_component()
134 struct aa_profile *tp; in label_compound_match() local
139 label_for_each(i, label, tp) { in label_compound_match()
140 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
142 state = match_component(profile, tp, stack, state); in label_compound_match()
153 label_for_each_cont(i, label, tp) { in label_compound_match()
154 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match()
157 state = match_component(profile, tp, false, state); in label_compound_match()
196 struct aa_profile *tp; in label_components_match() local
203 label_for_each(i, label, tp) { in label_components_match()
204 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
206 state = match_component(profile, tp, stack, start); in label_components_match()
220 label_for_each_cont(i, label, tp) { in label_components_match()
221 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_components_match()
223 state = match_component(profile, tp, stack, start); in label_components_match()