Searched refs:tx_delta (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.h93 * @tx_delta: Send timer delta (RFC 3448, 4.6) in usecs
113 u32 tx_delta; member in struct:ccid3_hc_tx_sock
H A Dccid3.c103 hc->tx_delta = min_t(u32, hc->tx_t_ipi / 2, TFRC_OPSYS_HALF_TIME_GRAN);
106 hc->tx_delta, hc->tx_s, (unsigned)(hc->tx_x >> 6));
341 if (delay - (s64)hc->tx_delta >= 1000)

Completed in 121 milliseconds