Searched refs:tx_ssthresh (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.h51 u32 tx_ssthresh; member in struct:ccid2_hc_tx_sock
H A Dccid2.c193 hc->tx_ssthresh = hc->tx_cwnd / 2;
194 if (hc->tx_ssthresh < 2)
195 hc->tx_ssthresh = 2;
342 if (hc->tx_cwnd < hc->tx_ssthresh) {
439 hc->tx_ssthresh = max(hc->tx_cwnd, 2U);
515 if (hc->tx_cwnd < hc->tx_ssthresh)
645 hc->tx_ssthresh = ~0U;

Completed in 33 milliseconds