Searched refs:__find_child (Results 1 - 1 of 1) sorted by relevance

/linux-4.4.14/security/apparmor/
H A Dpolicy.c728 * __find_child - find a profile on @head list with a name matching @name
736 static struct aa_profile *__find_child(struct list_head *head, const char *name) __find_child() function
769 profile = aa_get_profile(__find_child(&parent->base.profiles, name)); aa_find_child()
840 profile = __find_child(&base->profiles, hname); __lookup_profile()
990 p = __find_child(&new->base.profiles, child->base.name); __replace_profile()

Completed in 91 milliseconds