Searched refs:mle (Results 1 – 1 of 1) sorted by relevance
419 struct mac_label_element *mle, *mle_tmp; in mac_policy_addto_labellist() local449 mle = kalloc_type(struct mac_label_element, Z_WAITOK_ZERO_NOFAIL); in mac_policy_addto_labellist()450 SLIST_INSERT_HEAD(&mles, mle, mle_list); in mac_policy_addto_labellist()467 SLIST_FOREACH(mle, &mac_static_label_element_list, mle_list) { in mac_policy_addto_labellist()468 if (*(name2 = mle->mle_name) == '?') { in mac_policy_addto_labellist()475 if (mle == NULL) { in mac_policy_addto_labellist()476 SLIST_FOREACH(mle, &mac_label_element_list, mle_list) { in mac_policy_addto_labellist()477 if (*(name2 = mle->mle_name) == '?') { in mac_policy_addto_labellist()485 if (mle == NULL) { in mac_policy_addto_labellist()486 mle = SLIST_FIRST(&mles); in mac_policy_addto_labellist()[all …]