Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
struct | mls_level |
struct | mls_range |
Macros | |
#define | mls_level_incomp(l1, l2) (!mls_level_dom((l1), (l2)) && !mls_level_dom((l2), (l1))) |
#define | mls_level_between(l1, l2, l3) (mls_level_dom((l1), (l2)) && mls_level_dom((l3), (l1))) |
#define | mls_range_contains(r1, r2) |
Definition at line 44 of file mls_types.h.
Definition at line 41 of file mls_types.h.