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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_newreno.c149 acked = BYTES_ACKED(th, tp);
183 acked = BYTES_ACKED(th, tp);
H A Dtcp_cubic.c255 BYTES_ACKED(th, tp);
274 tp->t_bytes_acked += BYTES_ACKED(th, tp);
330 acked = BYTES_ACKED(th, tp);
H A Dtcp_ledbat.c227 acked = BYTES_ACKED(th, tp);
259 acked = BYTES_ACKED(th, tp);
H A Dtcp_sack.c647 if (((BYTES_ACKED(th, tp)) / tp->t_maxseg) > 2)
H A Dtcp_input.c1281 acked = BYTES_ACKED(th, tp);
2509 acked = BYTES_ACKED(th, tp);
3860 acked = BYTES_ACKED(th, tp);
5191 tp->snd_cwnd = tp->t_maxseg + BYTES_ACKED(th, tp);
5201 if (tp->snd_cwnd > BYTES_ACKED(th, tp))
5202 tp->snd_cwnd -= BYTES_ACKED(th, tp);
H A Dtcp_var.h552 #define BYTES_ACKED(_th_, _tp_) \ macro

Completed in 27 milliseconds