Home
last modified time | relevance | path

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

/linux/security/apparmor/
H A Dapparmorfs.c2148 * __next_profile - step to the next profile in a profile tree
2156 static struct aa_profile *__next_profile(struct aa_profile *p) in __next_profile() function
2198 struct aa_profile *next = __next_profile(profile); in next_profile()