Searched refs:tcps_reordered_pkts (Results 1 – 3 of 3) sorted by relevance
374 tcpstat.tcps_reordered_pkts++; in tcp_sack_detect_reordering()
2591 if (tcpstat.tcps_sndpack > 0 && tcpstat.tcps_reordered_pkts > 0) { in tcp_report_stats()2592 var = tcpstat.tcps_reordered_pkts << 10; in tcp_report_stats()
1345 u_int32_t tcps_reordered_pkts; /* packets reorderd */ member