Searched refs:t_pipeack (Results 1 – 5 of 5) sorted by relevance
219 dbg_state.ccd_pipeack = tp->t_pipeack; in tcp_ccdbg_trace()450 if (tp->t_pipeack == 0 || tcp_check_cwnd_nonvalidated == 0) { in tcp_cc_is_cwnd_nonvalidated()460 if (tp->t_pipeack >= (tp->snd_cwnd >> 1) || in tcp_cc_is_cwnd_nonvalidated()476 tp->t_pipeack = tcp_get_max_pipeack(tp); in tcp_cc_adjust_nonvalidated_cwnd()478 tp->snd_cwnd = (max(tp->t_pipeack, tp->t_lossflightsize) >> 1); in tcp_cc_adjust_nonvalidated_cwnd()
145 tp->t_pipeack = 0; in tcp_cubic_cwnd_init_or_reset()433 win = max(tp->t_pipeack, tp->t_lossflightsize); in tcp_cubic_pre_fr()435 win = (max(tp->t_pipeack, tp->t_lossflightsize)) >> 1; in tcp_cubic_pre_fr()549 ncwnd = max(tp->t_pipeack, tp->t_lossflightsize); in tcp_cubic_post_fr()
511 win = max(tp->t_pipeack, tp->t_lossflightsize); in tcp_ledbat_pre_fr()
555 u_int32_t t_pipeack; member
4728 tp->t_pipeack = 0; in tcp_input()5832 tp->t_pipeack = (pipe_ack_val > in tcp_compute_rtt()