Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_input.c117 tp->ccv->bytes_this_ack = BYTES_THIS_ACK(tp, th); in cc_ack_received()
1180 acked = BYTES_THIS_ACK(tp, th); in tcp_do_segment()
2133 acked = BYTES_THIS_ACK(tp, th); in tcp_do_segment()
3073 tp->snd_cwnd = tp->t_maxseg + BYTES_THIS_ACK(tp, th); in tcp_newreno_partial_ack()
3086 if (tp->snd_cwnd > BYTES_THIS_ACK(tp, th)) in tcp_newreno_partial_ack()
3087 tp->snd_cwnd -= BYTES_THIS_ACK(tp, th); in tcp_newreno_partial_ack()
Dtcp_var.h437 #define BYTES_THIS_ACK(tp, th) (th->th_ack - tp->snd_una) macro
Dtcp_sack.c557 if ((BYTES_THIS_ACK(tp, th) / tp->t_maxseg) >= 2) in tcp_sack_partialack()