Home
last modified time | relevance | path

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

/net/dccp/ccids/
Dccid3.c289 hc->tx_t_nom = now; in ccid3_hc_tx_send_packet()
319 delay = ktime_us_delta(hc->tx_t_nom, now); in ccid3_hc_tx_send_packet()
340 hc->tx_t_nom = ktime_add_us(hc->tx_t_nom, hc->tx_t_ipi); in ccid3_hc_tx_send_packet()
Dccid3.h98 ktime_t tx_t_nom; member