Searched refs:match_component (Results 1 – 3 of 3) sorted by relevance
/Linux-v6.1/security/apparmor/ |
D | domain.c | 98 static inline unsigned int match_component(struct aa_profile *profile, in match_component() function 146 state = match_component(profile, tp, stack, state); in label_compound_match() 161 state = match_component(profile, tp, false, state); in label_compound_match() 208 state = match_component(profile, tp, stack, start); in label_components_match() 224 state = match_component(profile, tp, stack, start); in label_components_match()
|
D | label.c | 1268 static inline unsigned int match_component(struct aa_profile *profile, in match_component() function 1312 state = match_component(profile, tp, state); in label_compound_match() 1327 state = match_component(profile, tp, state); in label_compound_match() 1372 state = match_component(profile, tp, start); in label_components_match() 1388 state = match_component(profile, tp, start); in label_components_match()
|
/Linux-v6.1/drivers/most/ |
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()
|