Lines Matching refs:total_packets
3070 int total_packets = 0, lost_packets = 0; in iperf_print_intermediate() local
3099 total_packets += irp->interval_packet_count; in iperf_print_intermediate()
3139 …le) irp->interval_duration, (int64_t) bytes, bandwidth * 8, (int64_t) total_packets, test->omittin… in iperf_print_intermediate()
3141 …m_bw_udp_sender_format, mbuf, start_time, end_time, ubuf, nbuf, zbuf, total_packets, test->omittin… in iperf_print_intermediate()
3144 if (total_packets > 0) { in iperf_print_intermediate()
3145 lost_percent = 100.0 * lost_packets / total_packets; in iperf_print_intermediate()
3151 … * 8, (double) avg_jitter * 1000.0, (int64_t) lost_packets, (int64_t) total_packets, (double) lost… in iperf_print_intermediate()
3153 … start_time, end_time, ubuf, nbuf, avg_jitter * 1000.0, lost_packets, total_packets, lost_percent,… in iperf_print_intermediate()
3233 int total_packets = 0, lost_packets = 0; in iperf_print_results() local
3332 total_packets += (packet_count - sp->omitted_packet_count); in iperf_print_results()
3550 if (total_packets > 0) { in iperf_print_results()
3551 lost_percent = 100.0 * lost_packets / total_packets; in iperf_print_results()
3557 … * 8, (double) avg_jitter * 1000.0, (int64_t) lost_packets, (int64_t) total_packets, (double) lost… in iperf_print_results()