Home
last modified time | relevance | path

Searched refs:bytes_this_ack (Results 1 – 3 of 3) sorted by relevance

/openthread-3.6.0/third_party/tcplp/bsdtcp/cc/
Dcc_newreno.c144 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()
/openthread-3.6.0/third_party/tcplp/bsdtcp/
Dcc.h75 int bytes_this_ack; /* # bytes acked by the current ACK. */ member
Dtcp_input.c118 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()