Home
last modified time | relevance | path

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

/Linux-v5.10/net/dccp/ccids/
Dccid2.c158 hc->tx_packets_acked = 0; in ccid2_hc_tx_rto_expire()
439 if (*maxincr > 0 && ++hc->tx_packets_acked >= 2) { in ccid2_new_ack()
442 hc->tx_packets_acked = 0; in ccid2_new_ack()
444 } else if (++hc->tx_packets_acked >= hc->tx_cwnd) { in ccid2_new_ack()
446 hc->tx_packets_acked = 0; in ccid2_new_ack()
Dccid2.h61 u32 tx_packets_acked; member