Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/ccids/
H A Dccid2.h85 u32 tx_last_cong; member
H A Dccid2.c484 if ((s32)(seqp->ccid2s_sent - hc->tx_last_cong) < 0) { in ccid2_congestion_event()
489 hc->tx_last_cong = ccid2_jiffies32; in ccid2_congestion_event()
742 hc->tx_last_cong = hc->tx_lsndtime = hc->tx_cwnd_stamp = ccid2_jiffies32; in ccid2_hc_tx_init()