Home
last modified time | relevance | path

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

/openbmc/linux/net/dccp/ccids/
H A Dccid3.h97 ktime_t tx_t_ld; member
H A Dccid3.c137 } else if (ktime_us_delta(now, hc->tx_t_ld) - (s64)hc->tx_rtt >= 0) { in ccid3_hc_tx_update_x()
142 hc->tx_t_ld = now; in ccid3_hc_tx_update_x()
307 hc->tx_t_ld = now; in ccid3_hc_tx_send_packet()
401 hc->tx_t_ld = now; in ccid3_hc_tx_packet_recv()