Searched refs:mac_label_get (Results 1 – 7 of 7) sorted by relevance
136 mac_label_get(struct label *l, int slot) in mac_label_get() function
1036 intptr_t mac_label_get(struct label *l, int slot);
76 #define SLOT(l) mac_label_get((l), partition_slot)
128 #define SLOT(l) ((struct mac_lomac *)mac_label_get((l), lomac_slot))131 mac_label_get((l), lomac_slot))
124 #define SLOT(l) ((struct mac_mls *)mac_label_get((l), mls_slot))
135 #define SLOT(l) ((struct mac_biba *)mac_label_get((l), biba_slot))
108 #define SLOT(x) mac_label_get((x), test_slot)