Searched refs:snd_cwnd_used (Results 1 – 3 of 3) sorted by relevance
284 u32 snd_cwnd_used; member
23 snd_cwnd_used Used as a highwater mark for how much of the
140 tp->snd_cwnd_used = 0; in tcp_cwnd_restart()1603 u32 win_used = max(tp->snd_cwnd_used, init_win); in tcp_cwnd_application_limited()1608 tp->snd_cwnd_used = 0; in tcp_cwnd_application_limited()1630 tp->snd_cwnd_used = 0; in tcp_cwnd_validate()1634 if (tp->packets_out > tp->snd_cwnd_used) in tcp_cwnd_validate()1635 tp->snd_cwnd_used = tp->packets_out; in tcp_cwnd_validate()