Searched refs:t_dupacks (Results 1 – 6 of 6) sorted by relevance
450 tp->t_dupacks = 0; in cc_cong_signal()1856 tp->t_dupacks = 0; in tcp_do_segment()2594 tp->t_dupacks = 0; in tcp_do_segment()2640 tp->t_dupacks = 0; in tcp_do_segment()2641 } else if (++tp->t_dupacks > tcprexmtthresh || in tcp_do_segment()2680 } else if (tp->t_dupacks == tcprexmtthresh || in tcp_do_segment()2694 tp->t_dupacks = tcprexmtthresh; in tcp_do_segment()2706 tp->t_dupacks = 0; in tcp_do_segment()2712 tp->t_dupacks = 0; in tcp_do_segment()2771 (tp->t_dupacks - tp->snd_limited); in tcp_do_segment()[all …]
438 int t_dupacks; /* consecutive dup acks recd */ member
1612 ti->tcpi_dupacks = tp->t_dupacks; in tcp_fill_info()3090 TAILQ_FIRST(&tp->t_segq), tp->t_segqlen, tp->t_dupacks); in db_print_tcpcb()
295 (SEQ_LT(tp->snd_nxt, tp->snd_max) && (tp->t_dupacks >= tcprexmtthresh))) && in tcp_default_output()
256 tcps_dupacks = p == NULL ? -1 : p->t_dupacks;
5760 tp->t_dupacks = 0; in rack_cong_signal()12802 tp->t_dupacks = 0; in rack_fastack()16115 tp->t_dupacks = 0; in rack_do_compressed_ack_processing()