Searched refs:total_send (Results 1 – 1 of 1) sorted by relevance
254 size_t total_send; in run_sender() local276 total_send = 0; in run_sender()279 while (total_send < to_send_bytes) { in run_sender()287 total_send += sent; in run_sender()292 printf("total bytes sent: %zu\n", total_send); in run_sender()294 get_gbps(total_send * 8, tx_total_ns)); in run_sender()