Searched refs:cub_tcp_win (Results 1 – 3 of 3) sorted by relevance
238 if (tp->t_ccstate->cub_tcp_win == 0) { in tcp_cubic_tcpwin()242 tp->t_ccstate->cub_tcp_win = min(tp->snd_cwnd, tp->snd_wnd); in tcp_cubic_tcpwin()261 tp->t_ccstate->cub_tcp_win += tp->t_maxseg; in tcp_cubic_tcpwin()266 tp->t_ccstate->cub_tcp_win += (uint32_t)(tp->t_maxseg * ai_factor); in tcp_cubic_tcpwin()270 if (tp->t_ccstate->cub_tcp_bytes_acked >= tp->t_ccstate->cub_tcp_win) { in tcp_cubic_tcpwin()271 tp->t_ccstate->cub_tcp_bytes_acked -= tp->t_ccstate->cub_tcp_win; in tcp_cubic_tcpwin()272 tp->t_ccstate->cub_tcp_win += tp->t_maxseg; in tcp_cubic_tcpwin()276 return tp->t_ccstate->cub_tcp_win; in tcp_cubic_tcpwin()397 tp->t_ccstate->cub_tcp_win = 0; in tcp_cubic_pre_fr()548 tp->t_ccstate->cub_tcp_win = 0; in tcp_cubic_post_fr()[all …]
128 tp->t_ccstate->cub_tcp_win; in tcp_ccdbg_trace()
285 #define cub_tcp_win __u__._cubic_state_.tc_tcp_win macro