Home
last modified time | relevance | path

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

/openbmc/linux/security/apparmor/
H A Dapparmorfs.c2092 static struct aa_ns *__next_ns(struct aa_ns *root, struct aa_ns *ns) in __next_ns() function
2137 for (; ns; ns = __next_ns(root, ns)) { in __first_profile()
2201 return __first_profile(root, __next_ns(root, profile->ns)); in next_profile()