Searched refs:__strn_find_child (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | policy.c | 298 * __strn_find_child - find a profile on @head list using substring of @name 307 static struct aa_profile *__strn_find_child(struct list_head *head, in __strn_find_child() function 324 return __strn_find_child(head, name, strlen(name)); in __find_child() 371 profile = __strn_find_child(&policy->profiles, hname, in __lookup_parent() 404 profile = __strn_find_child(&base->profiles, hname, in __lookupn_profile() 415 return __strn_find_child(&base->profiles, hname, n); in __lookupn_profile()
|
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | policy.c | 343 * __strn_find_child - find a profile on @head list using substring of @name 352 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()
|
Completed in 3 milliseconds