Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_cdg.c89 u32 shadow_wnd; member
255 ca->shadow_wnd = max(ca->shadow_wnd, tp->snd_cwnd); in tcp_cdg_backoff()
288 ca->shadow_wnd = min(ca->shadow_wnd, tp->snd_cwnd); 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 >> in tcp_cdg_ssthresh()
[all...]
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_cdg.c89 u32 shadow_wnd; member
255 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 >> in tcp_cdg_ssthresh()
[all...]

Completed in 2 milliseconds