Home
last modified time | relevance | path

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

/net/dccp/ccids/
Dccid2.c149 hc->tx_ssthresh = hc->tx_cwnd / 2; in ccid2_hc_tx_rto_expire()
150 if (hc->tx_ssthresh < 2) in ccid2_hc_tx_rto_expire()
151 hc->tx_ssthresh = 2; in ccid2_hc_tx_rto_expire()
202 hc->tx_ssthresh = max(hc->tx_ssthresh, in ccid2_cwnd_application_limited()
219 hc->tx_ssthresh = max(hc->tx_ssthresh, (cwnd >> 1) + (cwnd >> 2)); in ccid2_cwnd_restart()
435 if (hc->tx_cwnd < hc->tx_ssthresh) { in ccid2_new_ack()
484 hc->tx_ssthresh = max(hc->tx_cwnd, 2U); in ccid2_congestion_event()
577 if (hc->tx_cwnd < hc->tx_ssthresh) in ccid2_hc_tx_packet_recv()
717 hc->tx_ssthresh = ~0U; in ccid2_hc_tx_init()
Dccid2.h72 u32 tx_ssthresh; member