Home
last modified time | relevance | path

Searched refs:__strn_find_child (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/security/apparmor/
H A Dpolicy.c352 static struct aa_profile *__strn_find_child(struct list_head *head, in __strn_find_child() function
369 return __strn_find_child(head, name, strlen(name)); in __find_child()
416 profile = __strn_find_child(&policy->profiles, hname, in __lookup_parent()
455 profile = __strn_find_child(&policy->profiles, hname, in __create_missing_ancestors()
498 profile = __strn_find_child(&base->profiles, hname, in __lookupn_profile()
509 return __strn_find_child(&base->profiles, hname, n); in __lookupn_profile()