Lines Matching refs:packet_count
2379 cJSON_AddNumberToObject(j_stream, "packets", sp->packet_count); in send_results()
3144 sp->omitted_packet_count = sp->packet_count; in iperf_reset_stats()
3233 temp.interval_packet_count = sp->packet_count; in iperf_stats_callback()
3237 temp.interval_packet_count = sp->packet_count - irp->packet_count; in iperf_stats_callback()
3241 temp.packet_count = sp->packet_count; in iperf_stats_callback()
3630 sender_packet_count = sp->packet_count; in iperf_print_results()
3635 receiver_packet_count = sp->packet_count; in iperf_print_results()
3647 … int packet_count = sender_packet_count ? sender_packet_count : receiver_packet_count; in iperf_print_results() local
3648 total_packets += (packet_count - sp->omitted_packet_count); in iperf_print_results()
3714 … int packet_count = sender_packet_count ? sender_packet_count : receiver_packet_count; in iperf_print_results() local
3715 …1000.0, (int64_t) (sp->cnt_error - sp->omitted_cnt_error), (int64_t) (packet_count - sp->omitted_p… in iperf_print_results()