Searched refs:t_pipeack (Results 1 – 7 of 7) sorted by relevance
240 if (tp->t_pipeack == 0) { in tcp_cc_is_cwnd_nonvalidated()250 if (tp->t_pipeack >= (tp->snd_cwnd >> 1) || in tcp_cc_is_cwnd_nonvalidated()267 tp->t_pipeack = tcp_get_max_pipeack(tp); in tcp_cc_adjust_nonvalidated_cwnd()269 tp->snd_cwnd = (max(tp->t_pipeack, tp->t_lossflightsize) >> 1); in tcp_cc_adjust_nonvalidated_cwnd()
110 tp->t_pipeack = 0; in tcp_cubic_cwnd_init_or_reset()367 win = max(tp->t_pipeack, tp->t_lossflightsize); in tcp_cubic_pre_fr()
114 dbg_state.ccd_pipeack = tp->t_pipeack; in tcp_ccdbg_trace()
286 win = max(tp->t_pipeack, tp->t_lossflightsize); in tcp_prague_pre_fr()602 tp->t_pipeack = 0; in tcp_prague_cwnd_init_or_reset()
446 win = max(tp->t_pipeack, tp->t_lossflightsize); in tcp_ledbat_pre_fr()
738 uint32_t t_pipeack; member
5498 tp->t_pipeack = 0; in tcp_input()6743 tp->t_pipeack = (pipe_ack_val > in tcp_compute_rtt()