Searched refs:NS (Results 1 – 3 of 3) sorted by relevance
/security/apparmor/include/ |
D | policy_ns.h | 85 #define ns_unconfined(NS) (&(NS)->unconfined->label) argument
|
D | label.h | 210 #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)))
|
D | lib.h | 283 #define __fn_build_in_ns(NS, P, NS_FN, OTHER_FN) \ argument 286 if ((P)->ns != (NS)) \
|