Home
last modified time | relevance | path

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

/linux-6.6.21/security/apparmor/
Dapparmorfs.c2088 static struct aa_ns *__next_ns(struct aa_ns *root, struct aa_ns *ns) in __next_ns() function
2133 for (; ns; ns = __next_ns(root, ns)) { in __first_profile()
2197 return __first_profile(root, __next_ns(root, profile->ns)); in next_profile()