Searched refs:shadow_wnd (Results 1 – 1 of 1) sorted by relevance
89 u32 shadow_wnd; member255 ca->shadow_wnd = max(ca->shadow_wnd, tcp_snd_cwnd(tp)); in tcp_cdg_backoff()288 ca->shadow_wnd = min(ca->shadow_wnd, tcp_snd_cwnd(tp)); in tcp_cdg_cong_avoid()296 ca->shadow_wnd = max(ca->shadow_wnd, ca->shadow_wnd + incr); in tcp_cdg_cong_avoid()339 ca->shadow_wnd = min(ca->shadow_wnd >> 1, tcp_snd_cwnd(tp)); in tcp_cdg_ssthresh()341 return max3(2U, ca->shadow_wnd, tcp_snd_cwnd(tp) >> 1); in tcp_cdg_ssthresh()360 ca->shadow_wnd = tcp_snd_cwnd(tp); in tcp_cdg_cwnd_event()384 ca->shadow_wnd = tcp_snd_cwnd(tp); in tcp_cdg_init()