Home
last modified time | relevance | path

Searched refs:shadow_wnd (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/net/ipv4/
Dtcp_cdg.c88 u32 shadow_wnd; member
254 ca->shadow_wnd = max(ca->shadow_wnd, tp->snd_cwnd); in tcp_cdg_backoff()
287 ca->shadow_wnd = min(ca->shadow_wnd, tp->snd_cwnd); in tcp_cdg_cong_avoid()
295 ca->shadow_wnd = max(ca->shadow_wnd, ca->shadow_wnd + incr); in tcp_cdg_cong_avoid()
338 ca->shadow_wnd = min(ca->shadow_wnd >> 1, tp->snd_cwnd); in tcp_cdg_ssthresh()
340 return max3(2U, ca->shadow_wnd, tp->snd_cwnd >> 1); in tcp_cdg_ssthresh()
359 ca->shadow_wnd = tp->snd_cwnd; in tcp_cdg_cwnd_event()
382 ca->shadow_wnd = tp->snd_cwnd; in tcp_cdg_init()