Searched refs:tx_cwnd_used (Results 1 – 2 of 2) sorted by relevance
203 win_used = max(hc->tx_cwnd_used, init_win); in ccid2_cwnd_application_limited()210 hc->tx_cwnd_used = 0; in ccid2_cwnd_application_limited()233 hc->tx_cwnd_used = 0; in ccid2_cwnd_restart()256 hc->tx_cwnd_used = 0; in ccid2_hc_tx_packet_sent()259 if (hc->tx_pipe > hc->tx_cwnd_used) in ccid2_hc_tx_packet_sent()260 hc->tx_cwnd_used = hc->tx_pipe; in ccid2_hc_tx_packet_sent()262 ccid2_update_used_window(hc, hc->tx_cwnd_used); in ccid2_hc_tx_packet_sent()743 hc->tx_cwnd_used = 0; in ccid2_hc_tx_init()
78 u32 tx_cwnd_used, member
Completed in 5 milliseconds