Lines Matching refs:datasz
72 size_t datasz; /* size of the data */ member
1559 if (rhp->datasz > buflen) { in vlds_recvq_get_data()
1560 *msglenp = rhp->datasz; in vlds_recvq_get_data()
1572 dpsp->recv_size -= rhp->datasz; in vlds_recvq_get_data()
1576 msglen = rhp->datasz; in vlds_recvq_get_data()
1581 __func__, rhp->datasz); in vlds_recvq_get_data()
1582 DS_DUMP_MSG(DS_DBG_FLAG_VLDS, rhp->data, rhp->datasz); in vlds_recvq_get_data()
1585 DS_FREE(rhp->data, rhp->datasz); in vlds_recvq_get_data()
1608 DS_FREE(rhp->data, rhp->datasz); in vlds_recvq_drain()
1662 rhp->datasz = buflen; in vlds_recvq_put_data()
1671 dpsp->recv_size += rhp->datasz; in vlds_recvq_put_data()