Searched refs:bytes_this_ack (Results 1 – 3 of 3) sorted by relevance
144 incr = min(ccv->bytes_this_ack, in newreno_ack_received()147 incr = min(ccv->bytes_this_ack, CCV(ccv, t_maxseg)); in newreno_ack_received()
75 int bytes_this_ack; /* # bytes acked by the current ACK. */ member
118 tp->ccv->bytes_this_ack = BYTES_THIS_ACK(tp, th); in cc_ack_received()126 tp->t_bytes_acked += min(tp->ccv->bytes_this_ack, in cc_ack_received()