Searched refs:tx_packets_acked (Results 1 – 2 of 2) sorted by relevance
171 hc->tx_packets_acked = 0; in ccid2_hc_tx_rto_expire()452 if (*maxincr > 0 && ++hc->tx_packets_acked >= 2) { in ccid2_new_ack()455 hc->tx_packets_acked = 0; in ccid2_new_ack()457 } else if (++hc->tx_packets_acked >= hc->tx_cwnd) { in ccid2_new_ack()459 hc->tx_packets_acked = 0; in ccid2_new_ack()
74 u32 tx_packets_acked; member