Searched refs:tx_srtt (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.h59 long tx_srtt; member in struct:ccid2_hc_tx_sock
H A Dccid2.c162 hc->tx_srtt = val;
354 if (hc->tx_srtt == -1 ||
355 time_after(jiffies, hc->tx_lastrtt + hc->tx_srtt)) {
360 if (hc->tx_srtt == -1) {
368 long tmp = hc->tx_srtt - r;
380 srtt = hc->tx_srtt;
391 hc->tx_rto = hc->tx_srtt + s;
405 hc->tx_srtt, hc->tx_rttvar,

Completed in 54 milliseconds