D | domain.c | 101 bool stack, unsigned int state) in match_component() argument 105 if (stack) in match_component() 135 struct aa_label *label, bool stack, in label_compound_match() argument 147 state = match_component(profile, tp, stack, state); in label_compound_match() 195 struct aa_label *label, bool stack, in label_components_match() argument 209 state = match_component(profile, tp, stack, start); in label_components_match() 225 state = match_component(profile, tp, stack, start); in label_components_match() 256 bool stack, unsigned int state, bool subns, u32 request, in label_match() argument 262 error = label_compound_match(profile, label, stack, state, subns, in label_match() 268 return label_components_match(profile, label, stack, state, subns, in label_match() [all …]
|