Searched refs:mac_mcast_addrs_t (Results 1 – 2 of 2) sorted by relevance
271 mac_mcast_addrs_t **prev_mi_addr = NULL; in mac_bcast_add()272 mac_mcast_addrs_t **prev_mci_addr = NULL; in mac_bcast_add()284 mac_mcast_addrs_t *maddr; in mac_bcast_add()304 maddr = kmem_zalloc(sizeof (mac_mcast_addrs_t), in mac_bcast_add()324 maddr = kmem_zalloc(sizeof (mac_mcast_addrs_t), in mac_bcast_add()483 kmem_free(*prev_mi_addr, sizeof (mac_mcast_addrs_t)); in mac_bcast_add()488 kmem_free(*prev_mci_addr, sizeof (mac_mcast_addrs_t)); in mac_bcast_add()510 mac_mcast_addrs_t *maddr = NULL; in mac_bcast_delete()511 mac_mcast_addrs_t **mprev; in mac_bcast_delete()583 kmem_free(maddr, sizeof (mac_mcast_addrs_t)); in mac_bcast_delete()[all …]
360 } mac_mcast_addrs_t; typedef