tx_packets_acked 158 net/dccp/ccids/ccid2.c hc->tx_packets_acked = 0; tx_packets_acked 439 net/dccp/ccids/ccid2.c if (*maxincr > 0 && ++hc->tx_packets_acked >= 2) { tx_packets_acked 442 net/dccp/ccids/ccid2.c hc->tx_packets_acked = 0; tx_packets_acked 444 net/dccp/ccids/ccid2.c } else if (++hc->tx_packets_acked >= hc->tx_cwnd) { tx_packets_acked 446 net/dccp/ccids/ccid2.c hc->tx_packets_acked = 0; tx_packets_acked 61 net/dccp/ccids/ccid2.h u32 tx_packets_acked;