Searched refs:tx_t_last_win_count (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.h88 * @tx_t_last_win_count: Timestamp of earliest packet
109 ktime_t tx_t_last_win_count; member in struct:ccid3_hc_tx_sock
H A Dccid3.c111 u32 delta = ktime_us_delta(now, hc->tx_t_last_win_count);
188 u32 delta = ktime_us_delta(now, hc->tx_t_last_win_count),
192 hc->tx_t_last_win_count = now;
297 hc->tx_t_last_win_count = now;

Completed in 45 milliseconds