Searched refs:mcastp (Results 1 – 1 of 1) sorted by relevance
1474 sol_ucma_mcast_t *mcastp; local1485 mcastp = kmem_zalloc(sizeof (sol_ucma_mcast_t), KM_SLEEP);1486 bcopy((void *)(&(join_buf->addr)), (void *)(&(mcastp->mcast_addr)),1488 mcastp->mcast_chan = chanp;1489 sol_ofs_uobj_init(&mcastp->mcast_uobj, NULL, SOL_UCMA_MCAST_TYPE);1490 if (sol_ofs_uobj_add(&ucma_mcast_uo_tbl, &mcastp->mcast_uobj) != 0) {1491 sol_ofs_uobj_free(&mcastp->mcast_uobj);1494 mcastp->mcast_uobj.uo_live = 1;1495 mcastp->mcast_id = join_resp.id = mcastp->mcast_uobj.uo_id;1496 mcastp->mcast_uid = join_buf->uid;[all …]