Searched refs:t_dupacks (Results 1 – 6 of 6) sorted by relevance
450 tp->t_dupacks = 0; in cc_cong_signal()1858 tp->t_dupacks = 0; in tcp_do_segment()2596 tp->t_dupacks = 0; in tcp_do_segment()2642 tp->t_dupacks = 0; in tcp_do_segment()2643 } else if (++tp->t_dupacks > tcprexmtthresh || in tcp_do_segment()2687 } else if (tp->t_dupacks == tcprexmtthresh || in tcp_do_segment()2701 tp->t_dupacks = tcprexmtthresh; in tcp_do_segment()2713 tp->t_dupacks = 0; in tcp_do_segment()2719 tp->t_dupacks = 0; in tcp_do_segment()2778 (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;
5783 tp->t_dupacks = 0; in rack_cong_signal() 12825 tp->t_dupacks = 0; in rack_fastack() 16138 tp->t_dupacks = 0; in rack_do_compressed_ack_processing()