Searched refs:snd_cwnd_used (Results 1 – 2 of 2) sorted by relevance
427 u32 snd_cwnd_used; member
175 tp->snd_cwnd_used = 0; in tcp_cwnd_restart() 2146 u32 win_used = max(tp->snd_cwnd_used, init_win); in tcp_cwnd_application_limited() 2151 tp->snd_cwnd_used = 0; in tcp_cwnd_application_limited() 2179 tp->snd_cwnd_used = 0; in tcp_cwnd_validate() 2183 if (tp->packets_out > tp->snd_cwnd_used) in tcp_cwnd_validate() 2184 tp->snd_cwnd_used = tp->packets_out; in tcp_cwnd_validate()