Searched refs:t_dupacks (Results 1 – 4 of 4) sorted by relevance
424 uint32_t t_dupacks; /* consecutive dup acks recd */ member965 (_tp_)->t_dupacks = 0; \981 ((_tp_)->t_dupacks > 0 && \982 (_tp_)->t_dupacks < (_tp_)->t_rexmtthresh && \1119 int t_dupacks; /* consecutive dup acks recd */ member1537 int t_dupacks; /* consecutive dup acks recd */ member1620 int t_dupacks; /* consecutive dup acks recd */ member
1412 (tp->t_dupacks == 1 || (SACK_ENABLED(tp) && !TAILQ_EMPTY(&tp->snd_holes)))) { in tcp_early_rexmt_check()1463 tp->t_dupacks > UINT8_MAX ? UINT8_MAX : (uint8_t)tp->t_dupacks); in tcp_early_rexmt_check()3764 tp->t_dupacks < tp->t_rexmtthresh) || in tcp_input()3844 if (tp->t_dupacks > 0) { in tcp_input()3845 tp->t_dupacks = 0; in tcp_input()5179 old_dupacks = tp->t_dupacks; in tcp_input()5206 tp->t_dupacks += max(1, sack_bytes_acked / tp->t_maxseg); in tcp_input()5208 ++tp->t_dupacks; in tcp_input()5245 if (TCP_RACK_ENABLED(tp) && tcp_rack_detect_loss_and_arm_timer(tp, tp->t_dupacks)) { in tcp_input()5261 tp->t_dupacks = 0; in tcp_input()[all …]
238 xt->t_dupacks = tp->t_dupacks; in tcpcb_to_xtcpcb_n()
2147 otp->t_dupacks = tp->t_dupacks; in tcpcb_to_otcpcb()2333 otp->t_dupacks = tp->t_dupacks; in tcpcb_to_xtcpcb64()