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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/dccp/ccids/
H A Dccid3.h91 * @tx_t_ld: Time last doubled during slow start
111 ktime_t tx_t_ld; member in struct:ccid3_hc_tx_sock
H A Dccid3.c149 } else if (ktime_us_delta(now, hc->tx_t_ld) - (s64)hc->tx_rtt >= 0) {
154 hc->tx_t_ld = now;
313 hc->tx_t_ld = now;
427 hc->tx_t_ld = now;

Completed in 108 milliseconds