Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/security/apparmor/
H A Dpolicy.c314 * __find_child - find a profile on @head list with a name matching @name
322 static struct aa_profile *__find_child(struct list_head *head, const char *name) in __find_child() function
340 profile = __find_child(&parent->base.profiles, name); in aa_find_child()
552 p = __find_child(&parent->base.profiles, bname); in aa_new_null_profile()
753 p = __find_child(&new->base.profiles, child->base.name); in __replace_profile()
/kernel/linux/linux-6.6/security/apparmor/
H A Dpolicy.c359 * __find_child - find a profile on @head list with a name matching @name
367 static struct aa_profile *__find_child(struct list_head *head, const char *name) in __find_child() function
385 profile = __find_child(&parent->base.profiles, name); in aa_find_child()
678 p = __find_child(&parent->base.profiles, bname); in aa_new_learning_profile()
929 p = __find_child(&new->base.profiles, child->base.name); in __replace_profile()

Completed in 4 milliseconds