Home
last modified time | relevance | path

Searched refs:tx_ssthresh (Results 1 – 2 of 2) sorted by relevance

/net/dccp/ccids/
Dccid2.c152 hc->tx_ssthresh = hc->tx_cwnd / 2; in ccid2_hc_tx_rto_expire()
153 if (hc->tx_ssthresh < 2) in ccid2_hc_tx_rto_expire()
154 hc->tx_ssthresh = 2; in ccid2_hc_tx_rto_expire()
205 hc->tx_ssthresh = max(hc->tx_ssthresh, in ccid2_cwnd_application_limited()
222 hc->tx_ssthresh = max(hc->tx_ssthresh, (cwnd >> 1) + (cwnd >> 2)); in ccid2_cwnd_restart()
438 if (hc->tx_cwnd < hc->tx_ssthresh) { in ccid2_new_ack()
487 hc->tx_ssthresh = max(hc->tx_cwnd, 2U); in ccid2_congestion_event()
580 if (hc->tx_cwnd < hc->tx_ssthresh) in ccid2_hc_tx_packet_recv()
720 hc->tx_ssthresh = ~0U; in ccid2_hc_tx_init()
Dccid2.h72 u32 tx_ssthresh; member