Searched refs:muip (Results 1 – 1 of 1) sorted by relevance
1210 mac_unicast_impl_t *muip = mcip->mci_unicast_list; in mac_client_find_vid() local1212 while ((muip != NULL) && (muip->mui_vid != vid)) in mac_client_find_vid()1213 muip = muip->mui_next; in mac_client_find_vid()1215 return (muip); in mac_client_find_vid()2269 mac_unicast_impl_t *muip) in mac_client_datapath_setup() argument2371 muip->mui_map = mcip->mci_unicast; in mac_client_datapath_setup()2374 muip->mui_next = mcip->mci_unicast_list; in mac_client_datapath_setup()2375 mcip->mci_unicast_list = muip; in mac_client_datapath_setup()2474 mac_unicast_impl_t *muip; in i_mac_unicast_add() local2556 muip = kmem_zalloc(sizeof (mac_unicast_impl_t), KM_SLEEP); in i_mac_unicast_add()[all …]