Searched refs:bytes_this_ack (Results 1 – 4 of 4) sorted by relevance
139 incr = min(ccv->bytes_this_ack, in newreno_ack_received()142 incr = min(ccv->bytes_this_ack, CCV(ccv, t_maxseg)); in newreno_ack_received()
200 incr = min(ccv->bytes_this_ack, in chd_window_increase()204 incr = min(ccv->bytes_this_ack, in chd_window_increase()
80 int bytes_this_ack; /* # bytes acked by the current ACK. */ member
287 tp->ccv->bytes_this_ack = BYTES_THIS_ACK(tp, th); in cc_ack_received()295 tp->t_bytes_acked += min(tp->ccv->bytes_this_ack, in cc_ack_received()