Home
last modified time | relevance | path

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

/security/apparmor/include/
A Dpolicy_ns.h82 #define ns_unconfined(NS) (&(NS)->unconfined->label) argument
A Dlabel.h196 #define next_in_ns(i, NS, L) \ argument
199 while ((L)->vec[___i] && (L)->vec[___i]->ns != (NS)) \
204 #define label_for_each_in_ns(I, NS, L, P) \ argument
205 for ((I).i = next_in_ns(0, (NS), (L)); \
207 (I).i = next_in_ns((I).i + 1, (NS), (L)))
A Dlib.h309 #define __fn_build_in_ns(NS, P, NS_FN, OTHER_FN) \ argument
312 if ((P)->ns != (NS)) \

Completed in 5 milliseconds