Searched refs:snd_cwnd_used (Results 1 – 3 of 3) sorted by relevance
253 u32 snd_cwnd_used; member
23 snd_cwnd_used Used as a highwater mark for how much of the
157 tp->snd_cwnd_used = 0; in tcp_cwnd_restart()1454 u32 win_used = max(tp->snd_cwnd_used, init_win); in tcp_cwnd_application_limited()1459 tp->snd_cwnd_used = 0; in tcp_cwnd_application_limited()1480 tp->snd_cwnd_used = 0; in tcp_cwnd_validate()1484 if (tp->packets_out > tp->snd_cwnd_used) in tcp_cwnd_validate()1485 tp->snd_cwnd_used = tp->packets_out; in tcp_cwnd_validate()