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

/freebsd-10-stable/sys/netinet/
H A Dtcp_input.c295 tp->ccv->bytes_this_ack = BYTES_THIS_ACK(tp, th);
1786 acked = BYTES_THIS_ACK(tp, th);
2767 acked = BYTES_THIS_ACK(tp, th);
3866 tp->snd_cwnd = tp->t_maxseg + BYTES_THIS_ACK(tp, th);
3876 if (tp->snd_cwnd > BYTES_THIS_ACK(tp, th))
3877 tp->snd_cwnd -= BYTES_THIS_ACK(tp, th);
H A Dtcp_sack.c594 if ((BYTES_THIS_ACK(tp, th) / tp->t_maxseg) >= 2)
H A Dtcp_var.h283 #define BYTES_THIS_ACK(tp, th) (th->th_ack - tp->snd_una) macro

Completed in 173 milliseconds