Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_cdg.c266 u32 prior_snd_cwnd; in tcp_cdg_cong_avoid() local
292 prior_snd_cwnd = tp->snd_cwnd; in tcp_cdg_cong_avoid()
295 incr = tp->snd_cwnd - prior_snd_cwnd; in tcp_cdg_cong_avoid()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_cdg.c266 u32 prior_snd_cwnd; in tcp_cdg_cong_avoid() local
292 prior_snd_cwnd = tcp_snd_cwnd(tp); in tcp_cdg_cong_avoid()
295 incr = tcp_snd_cwnd(tp) - prior_snd_cwnd; in tcp_cdg_cong_avoid()

Completed in 2 milliseconds