Searched refs:total_recv (Results 1 – 1 of 1) sorted by relevance
141 size_t total_recv; in run_receiver() local200 total_recv = 0; in run_receiver()235 total_recv += bytes_read; in run_receiver()242 printf("total bytes received: %zu\n", total_recv); in run_receiver()244 get_gbps(total_recv * 8, current_nsec() - rx_begin_ns)); in run_receiver()