Searched refs:t_dupacks (Results 1 – 5 of 5) sorted by relevance
489 tp->t_dupacks = 0; in cc_cong_signal()1921 tp->t_dupacks = 0; in tcp_do_segment()2615 tp->t_dupacks = 0; in tcp_do_segment()2661 tp->t_dupacks = 0; in tcp_do_segment()2662 else if (++tp->t_dupacks > tcprexmtthresh || in tcp_do_segment()2694 } else if (tp->t_dupacks == tcprexmtthresh || in tcp_do_segment()2708 tp->t_dupacks = tcprexmtthresh; in tcp_do_segment()2721 tp->t_dupacks = 0; in tcp_do_segment()2727 tp->t_dupacks = 0; in tcp_do_segment()2749 tp->t_dupacks) * maxseg); in tcp_do_segment()[all …]
244 int t_dupacks; /* consecutive dup acks recd */ member
1679 ti->tcpi_dupacks = tp->t_dupacks; in tcp_fill_info()2865 TAILQ_FIRST(&tp->t_segq), tp->t_segqlen, tp->t_dupacks); in db_print_tcpcb()
254 tcps_dupacks = p == NULL ? -1 : p->t_dupacks;
4915 tp->t_dupacks = 0; in rack_cong_signal()10764 tp->t_dupacks = 0; in rack_fastack()13314 tp->t_dupacks = 0; in rack_do_compressed_ack_processing()