Searched refs:tp (Results 1 – 2 of 2) sorted by relevance
/security/apparmor/ |
D | domain.c | 98 struct aa_profile *tp, in match_component() argument 105 if (profile->ns == tp->ns) in match_component() 106 return aa_dfa_match(profile->file.dfa, state, tp->base.hname); in match_component() 109 ns_name = aa_ns_name(profile->ns, tp->ns, true); in match_component() 113 return aa_dfa_match(profile->file.dfa, state, tp->base.hname); in match_component() 137 struct aa_profile *tp; in label_compound_match() local 142 label_for_each(i, label, tp) { in label_compound_match() 143 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match() 145 state = match_component(profile, tp, stack, state); in label_compound_match() 156 label_for_each_cont(i, label, tp) { in label_compound_match() [all …]
|
D | label.c | 1242 struct aa_profile *tp, in match_component() argument 1247 if (profile->ns == tp->ns) in match_component() 1248 return aa_dfa_match(profile->policy.dfa, state, tp->base.hname); in match_component() 1251 ns_name = aa_ns_name(profile->ns, tp->ns, true); in match_component() 1255 return aa_dfa_match(profile->policy.dfa, state, tp->base.hname); in match_component() 1278 struct aa_profile *tp; in label_compound_match() local 1282 label_for_each(i, label, tp) { in label_compound_match() 1283 if (!aa_ns_visible(profile->ns, tp->ns, subns)) in label_compound_match() 1285 state = match_component(profile, tp, state); in label_compound_match() 1296 label_for_each_cont(i, label, tp) { in label_compound_match() [all …]
|