Searched refs:match_component (Results 1 – 3 of 3) sorted by relevance
/linux/security/apparmor/ |
H A D | domain.c | 86 static inline aa_state_t match_component(struct aa_profile *profile, 138 state = match_component(profile, tp, stack, state); in label_compound_match() 153 state = match_component(profile, tp, false, state); in label_compound_match() 202 state = match_component(profile, tp, stack, start); in label_components_match() 218 state = match_component(profile, tp, stack, start); in label_components_match() 87 static inline aa_state_t match_component(struct aa_profile *profile, match_component() function
|
H A D | label.c | 1248 static inline aa_state_t match_component(struct aa_profile *profile, in aa_label_merge() 1295 state = match_component(profile, rules, tp, state); 1310 state = match_component(profile, rules, tp, state); in label_compound_match() 1357 state = match_component(profile, rules, tp, start); 1373 state = match_component(profile, rules, tp, start); in label_components_match() 1265 static inline aa_state_t match_component(struct aa_profile *profile, match_component() function
|
/linux/drivers/most/ |
H A D | core.c | 448 static struct most_component *match_component(char *name) in match_component() function 670 comp = match_component(comp_name); in most_cfg_complete() 681 struct most_component *comp = match_component(comp_name); in most_add_link() 694 comp = match_component(comp_name); in most_remove_link()
|