Used
inline int32 Used() const;
size_t Used() const { return fNumBytes; }
endpoint->fReceiveQueue.Available(), endpoint->fSendQueue.Used(),
if (fSendQueue.Used() > 0)
kprintf(" queue: %" B_PRIuSIZE " / %" B_PRIuSIZE "\n", fSendQueue.Used(),
while (fSendQueue.Used() > 0) {
" bytes.", fSendQueue.Used());
fSendQueue.Available(fSendNext), fSendQueue.Used(), fRetransmitTimeout)
TRACE(" SendData(): %" B_PRIuSIZE " bytes used.", fSendQueue.Used());
stat->send_queue_size = fSendQueue.Used();
"\n", (addr_t)node - (addr_t)buffer, node->Used());
inline int32 Used() const;