Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/dccp/ccids/
A Dccid2.c211 hc->tx_cwnd_stamp = now; in ccid2_cwnd_application_limited()
232 hc->tx_cwnd_stamp = now; in ccid2_cwnd_restart()
257 hc->tx_cwnd_stamp = now; in ccid2_hc_tx_packet_sent()
264 if (ccid2_do_cwv && (s32)(now - hc->tx_cwnd_stamp) >= hc->tx_rto) in ccid2_hc_tx_packet_sent()
742 hc->tx_last_cong = hc->tx_lsndtime = hc->tx_cwnd_stamp = ccid2_jiffies32; in ccid2_hc_tx_init()
A Dccid2.h80 tx_cwnd_stamp, member

Completed in 5 milliseconds