Searched refs:t_dupacks (Results 1 – 4 of 4) sorted by relevance
279 uint32_t t_dupacks; /* consecutive dup acks recd */ member712 (_tp_)->t_dupacks = 0; \729 ((_tp_)->t_dupacks > 0 && \730 (_tp_)->t_dupacks < (_tp_)->t_rexmtthresh && \869 int t_dupacks; /* consecutive dup acks recd */ member1290 int t_dupacks; /* consecutive dup acks recd */ member1373 int t_dupacks; /* consecutive dup acks recd */ member
1548 (tp->t_dupacks == 1 || (SACK_ENABLED(tp) && !TAILQ_EMPTY(&tp->snd_holes)))) { in tcp_early_rexmt_check()1596 osegs += tp->t_dupacks; in tcp_early_rexmt_check()1604 tp->t_dupacks > UINT8_MAX ? UINT8_MAX : (uint8_t)tp->t_dupacks); in tcp_early_rexmt_check()2965 tp->t_dupacks < tp->t_rexmtthresh) || in tcp_input()3011 if (tp->t_dupacks > 0) { in tcp_input()3012 tp->t_dupacks = 0; in tcp_input()4391 old_dupacks = tp->t_dupacks; in tcp_input()4422 tp->t_dupacks += max(1, sack_bytes_acked / tp->t_maxseg); in tcp_input()4424 ++tp->t_dupacks; in tcp_input()4508 tp->t_dupacks = 0; in tcp_input()[all …]
219 xt->t_dupacks = tp->t_dupacks; in tcpcb_to_xtcpcb_n()
1846 otp->t_dupacks = tp->t_dupacks; in tcpcb_to_otcpcb()2032 otp->t_dupacks = tp->t_dupacks; in tcpcb_to_xtcpcb64()