Searched refs:t_bytes_acked (Results 1 – 8 of 8) sorted by relevance
204 tp->t_bytes_acked += acked; in tcp_ledbat_congestion_avd()269 tp->t_bytes_acked += bytes_acked; in ledbat_pp_congestion_avd()334 tp->t_bytes_acked = 0; in ledbat_pp_ack_rcvd()360 tp->t_bytes_acked = 0; in ledbat_pp_ack_rcvd()403 tp->t_bytes_acked += acked; in tcp_ledbat_ack_rcvd()407 if (tp->t_bytes_acked < cw) { in tcp_ledbat_ack_rcvd()425 if (tp->t_bytes_acked >= cw) { in tcp_ledbat_ack_rcvd()426 tp->t_bytes_acked -= cw; in tcp_ledbat_ack_rcvd()487 tp->t_bytes_acked = 0; in tcp_ledbat_post_fr()502 tp->t_bytes_acked = 0; in tcp_ledbat_after_idle()[all …]
149 tp->t_bytes_acked += acked; in tcp_newreno_congestion_avd()150 if (tp->t_bytes_acked > tp->snd_cwnd) { in tcp_newreno_congestion_avd()151 tp->t_bytes_acked -= tp->snd_cwnd; in tcp_newreno_congestion_avd()180 tp->t_bytes_acked += acked; in tcp_newreno_ack_rcvd()181 if (tp->t_bytes_acked >= cw) { in tcp_newreno_ack_rcvd()183 tp->t_bytes_acked -= cw; in tcp_newreno_ack_rcvd()247 tp->t_bytes_acked = 0; in tcp_newreno_post_fr()335 tp->t_bytes_acked = 0; in tcp_newreno_switch_cc()
120 tp->t_bytes_acked = 0; in tcp_cubic_cwnd_init_or_reset()293 tp->t_bytes_acked += BYTES_ACKED(th, tp); in tcp_cubic_congestion_avd()308 if (tp->t_bytes_acked >= tp->snd_cwnd) { in tcp_cubic_congestion_avd()309 tp->t_bytes_acked -= tp->snd_cwnd; in tcp_cubic_congestion_avd()324 if (incr_win > 0 && tp->t_bytes_acked >= incr_win) { in tcp_cubic_congestion_avd()325 tp->t_bytes_acked -= incr_win; in tcp_cubic_congestion_avd()349 if (incr_win > 0 && tp->t_bytes_acked >= incr_win) { in tcp_cubic_congestion_avd()350 tp->t_bytes_acked -= incr_win; in tcp_cubic_congestion_avd()
205 tp->t_bytes_acked += acked; in tcp_cubic_ack_ca()239 if (incr_bytes_acked > 0 && tp->t_bytes_acked >= incr_bytes_acked) { in tcp_cubic_ack_ca()240 tp->t_bytes_acked -= incr_bytes_acked; in tcp_cubic_ack_ca()411 tp->t_bytes_acked += acked; in prague_ca_after_ce()420 if (tp->t_bytes_acked >= bytes_needed_for_increase) { in prague_ca_after_ce()421 tp->t_bytes_acked -= bytes_needed_for_increase; in prague_ca_after_ce()637 tp->t_bytes_acked = 0; in tcp_prague_cwnd_init_or_reset()
121 dbg_state.ccd_bytes_acked = tp->t_bytes_acked; in tcp_ccdbg_trace()
503 uint32_t t_bytes_acked; /* RFC 3465 variable for ABC, used by CCA only */ member898 (_tp_)->t_bytes_acked = 0; \
7440 tp->t_bytes_acked = 0; in inp_fc_unthrottle_tcp()7480 tp->t_bytes_acked = 0; in inp_fc_unthrottle_tcp()
3270 tp->t_bytes_acked = 0; in tcp_output()