Searched refs:tx_cwnd_used (Results 1 – 2 of 2) sorted by relevance
199 win_used = max(hc->tx_cwnd_used, init_win); in ccid2_cwnd_application_limited()206 hc->tx_cwnd_used = 0; in ccid2_cwnd_application_limited()227 hc->tx_cwnd_used = 0; in ccid2_cwnd_restart()250 hc->tx_cwnd_used = 0; in ccid2_hc_tx_packet_sent()253 if (hc->tx_pipe > hc->tx_cwnd_used) in ccid2_hc_tx_packet_sent()254 hc->tx_cwnd_used = hc->tx_pipe; in ccid2_hc_tx_packet_sent()256 ccid2_update_used_window(hc, hc->tx_cwnd_used); in ccid2_hc_tx_packet_sent()735 hc->tx_cwnd_used = 0; in ccid2_hc_tx_init()
90 u32 tx_cwnd_used, member