Searched refs:tx_packets_acked (Results 1 – 2 of 2) sorted by relevance
158 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()
61 u32 tx_packets_acked; member