Searched refs:rtt_buf_offset (Results 1 – 1 of 1) sorted by relevance
109 static size_t rtt_buf_offset; in monitor_send() local115 drop = rtt_buf_offset + len > sizeof(rtt_buf); in monitor_send()117 (void)memcpy(rtt_buf + rtt_buf_offset, data, len); in monitor_send()120 rtt_buf_offset += len; in monitor_send()124 if (rtt_buf_offset < sizeof(hdr->data_len) + hdr->data_len) { in monitor_send()131 rtt_buf, rtt_buf_offset); in monitor_send()134 rtt_buf, rtt_buf_offset); in monitor_send()143 rtt_buf_offset = 0; in monitor_send()