Searched refs:muip (Results 1 – 2 of 2) sorted by relevance
1215 mac_unicast_impl_t *muip = mcip->mci_unicast_list; in mac_client_find_vid() local1217 while ((muip != NULL) && (muip->mui_vid != vid)) in mac_client_find_vid()1218 muip = muip->mui_next; in mac_client_find_vid()1220 return (muip); in mac_client_find_vid()2321 mac_unicast_impl_t *muip) in mac_client_datapath_setup() argument2432 muip->mui_map = mcip->mci_unicast; in mac_client_datapath_setup()2435 muip->mui_next = mcip->mci_unicast_list; in mac_client_datapath_setup()2436 mcip->mci_unicast_list = muip; in mac_client_datapath_setup()2545 mac_unicast_impl_t *muip; in i_mac_unicast_add() local2634 muip = kmem_zalloc(sizeof (mac_unicast_impl_t), KM_SLEEP); in i_mac_unicast_add()[all …]
7359 mac_unicast_impl_t *muip; in mac_rx_move_macaddr() local7402 for (muip = mcip->mci_unicast_list; muip != NULL; muip = muip->mui_next) in mac_rx_move_macaddr()7403 muip->mui_map = NULL; in mac_rx_move_macaddr()7433 for (muip = mcip->mci_unicast_list; muip != NULL; muip = muip->mui_next) in mac_rx_move_macaddr()7434 muip->mui_map = mcip->mci_unicast; in mac_rx_move_macaddr()