Searched refs:mbg_clients (Results 1 – 1 of 1) sorted by relevance
85 mac_bcast_grp_mcip_t *mbg_clients; /* mi_rw_lock */ member130 kmem_free(grp->mbg_clients, in mac_bcast_grp_free()168 dst_mcip = grp->mbg_clients[i].mgb_client; in mac_bcast_send()434 if (grp->mbg_clients[i].mgb_client == mcip) { in mac_bcast_add()435 grp->mbg_clients[i].mgb_client_ref++; in mac_bcast_add()438 } else if (grp->mbg_clients[i].mgb_client == NULL && in mac_bcast_add()451 ASSERT(grp->mbg_clients != NULL); in mac_bcast_add()452 bcopy(grp->mbg_clients, new_clients, grp->mbg_nclients * in mac_bcast_add()454 kmem_free(grp->mbg_clients, grp->mbg_nclients * in mac_bcast_add()458 grp->mbg_clients = new_clients; in mac_bcast_add()[all …]