Lines Matching refs:packet_count
1860 cJSON_AddNumberToObject(j_stream, "packets", sp->packet_count); in send_results()
2556 sp->omitted_packet_count = sp->packet_count; in iperf_reset_stats()
2636 temp.interval_packet_count = sp->packet_count; in iperf_stats_callback()
2640 temp.interval_packet_count = sp->packet_count - irp->packet_count; in iperf_stats_callback()
2644 temp.packet_count = sp->packet_count; in iperf_stats_callback()
3008 sender_packet_count = sp->packet_count; in iperf_print_results()
3013 receiver_packet_count = sp->packet_count; in iperf_print_results()
3025 … int packet_count = sender_packet_count ? sender_packet_count : receiver_packet_count; in iperf_print_results() local
3026 total_packets += (packet_count - sp->omitted_packet_count); in iperf_print_results()
3092 … int packet_count = sender_packet_count ? sender_packet_count : receiver_packet_count; in iperf_print_results() local
3093 …1000.0, (int64_t) (sp->cnt_error - sp->omitted_cnt_error), (int64_t) (packet_count - sp->omitted_p… in iperf_print_results()