Home
last modified time | relevance | path

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

/Linux-v4.19/security/apparmor/
Dapparmorfs.c1971 static struct aa_ns *__next_ns(struct aa_ns *root, struct aa_ns *ns) in __next_ns() function
2016 for (; ns; ns = __next_ns(root, ns)) { in __first_profile()
2080 return __first_profile(root, __next_ns(root, profile->ns)); in next_profile()