Home
last modified time | relevance | path

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

/linux-4.1.27/net/dccp/ccids/
Dccid2.c157 hc->tx_packets_acked = 0; in ccid2_hc_tx_rto_expire()
436 if (*maxincr > 0 && ++hc->tx_packets_acked >= 2) { in ccid2_new_ack()
439 hc->tx_packets_acked = 0; in ccid2_new_ack()
441 } else if (++hc->tx_packets_acked >= hc->tx_cwnd) { in ccid2_new_ack()
443 hc->tx_packets_acked = 0; in ccid2_new_ack()
Dccid2.h74 u32 tx_packets_acked; member