Home
last modified time | relevance | path

Searched refs:tx_cwnd_used (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/net/dccp/ccids/
Dccid2.c200 win_used = max(hc->tx_cwnd_used, init_win); in ccid2_cwnd_application_limited()
207 hc->tx_cwnd_used = 0; in ccid2_cwnd_application_limited()
230 hc->tx_cwnd_used = 0; in ccid2_cwnd_restart()
253 hc->tx_cwnd_used = 0; in ccid2_hc_tx_packet_sent()
256 if (hc->tx_pipe > hc->tx_cwnd_used) in ccid2_hc_tx_packet_sent()
257 hc->tx_cwnd_used = hc->tx_pipe; in ccid2_hc_tx_packet_sent()
259 ccid2_update_used_window(hc, hc->tx_cwnd_used); in ccid2_hc_tx_packet_sent()
738 hc->tx_cwnd_used = 0; in ccid2_hc_tx_init()
Dccid2.h78 u32 tx_cwnd_used, member