Home
last modified time | relevance | path

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

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