Home
last modified time | relevance | path

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

/Linux-v4.19/net/dccp/ccids/
Dccid3.h110 ktime_t tx_t_ld; member
Dccid3.c147 } else if (ktime_us_delta(now, hc->tx_t_ld) - (s64)hc->tx_rtt >= 0) { in ccid3_hc_tx_update_x()
152 hc->tx_t_ld = now; in ccid3_hc_tx_update_x()
315 hc->tx_t_ld = now; in ccid3_hc_tx_send_packet()
409 hc->tx_t_ld = now; in ccid3_hc_tx_packet_recv()