Home
last modified time | relevance | path

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

/Linux-v4.19/net/dccp/ccids/
Dccid2.c171 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()
Dccid2.h74 u32 tx_packets_acked; member