Home
last modified time | relevance | path

Searched refs:mac_label_element (Results 1 – 2 of 2) sorted by relevance

/xnu-10002.41.9/security/
H A Dmac_internal.h134 struct mac_label_element { struct
137 SLIST_ENTRY(mac_label_element) mle_list; argument
140 SLIST_HEAD(mac_label_element_list_t, mac_label_element);
H A Dmac_base.c419 struct mac_label_element *mle, *mle_tmp; in mac_policy_addto_labellist()
449 mle = kalloc_type(struct mac_label_element, Z_WAITOK_ZERO_NOFAIL); in mac_policy_addto_labellist()
505 kfree_type(struct mac_label_element, mle); in mac_policy_addto_labellist()
524 struct mac_label_element *mle, **mlep; in mac_policy_removefrom_labellist()
550 kfree_type(struct mac_label_element, mle); in mac_policy_removefrom_labellist()
915 struct mac_label_element *mle; in mac_label_externalize()
1078 struct mac_label_element *mle; in mac_label_internalize()