Searched refs:BYTES_ACKED (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_newreno.c202 acked = BYTES_ACKED(th, tp);
236 acked = BYTES_ACKED(th, tp);
H A Dtcp_ledbat.c231 acked = BYTES_ACKED(th, tp);
263 acked = BYTES_ACKED(th, tp);
H A Dtcp_sack.c557 if (((BYTES_ACKED(th, tp)) / tp->t_maxseg) > 2)
H A Dtcp_input.c1278 acked = BYTES_ACKED(th, tp);
2358 acked = BYTES_ACKED(th, tp);
3673 acked = BYTES_ACKED(th, tp);
5005 tp->snd_cwnd = tp->t_maxseg + BYTES_ACKED(th, tp);
5015 if (tp->snd_cwnd > BYTES_ACKED(th, tp))
5016 tp->snd_cwnd -= BYTES_ACKED(th, tp);
H A Dtcp_var.h504 #define BYTES_ACKED(_th_, _tp_) \ macro

Completed in 41 milliseconds