Home
last modified time | relevance | path

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

/security/apparmor/include/
Dpolicy_ns.h85 #define ns_unconfined(NS) (&(NS)->unconfined->label) argument
Dlabel.h210 #define next_in_ns(i, NS, L) \ argument
213 while ((L)->vec[___i] && (L)->vec[___i]->ns != (NS)) \
218 #define label_for_each_in_ns(I, NS, L, P) \ argument
219 for ((I).i = next_in_ns(0, (NS), (L)); \
221 (I).i = next_in_ns((I).i + 1, (NS), (L)))
Dlib.h283 #define __fn_build_in_ns(NS, P, NS_FN, OTHER_FN) \ argument
286 if ((P)->ns != (NS)) \