Searched refs:tx_rtotimer (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 Dccid2.h62 struct timer_list tx_rtotimer; member in struct:ccid2_hc_tx_sock
H A Dccid2.c175 sk_reset_timer(sk, &hc->tx_rtotimer, jiffies + HZ / 5);
219 BUG_ON(timer_pending(&hc->tx_rtotimer));
220 sk_reset_timer(sk, &hc->tx_rtotimer, jiffies + hc->tx_rto);
251 if (!timer_pending(&hc->tx_rtotimer))
332 sk_stop_timer(sk, &hc->tx_rtotimer);
667 setup_timer(&hc->tx_rtotimer, ccid2_hc_tx_rto_expire,

Completed in 89 milliseconds