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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_newreno.c208 tp->t_bytes_acked += acked;
209 if (tp->t_bytes_acked > tp->snd_cwnd) {
210 tp->t_bytes_acked -= tp->snd_cwnd;
240 tp->t_bytes_acked += acked;
241 if (tp->t_bytes_acked >= cw) {
243 tp->t_bytes_acked -= cw;
310 tp->t_bytes_acked = 0;
348 tp->t_bytes_acked = 0;
417 tp->t_bytes_acked = 0;
H A Dtcp_ledbat.c232 tp->t_bytes_acked += acked;
233 if (tp->t_bytes_acked > tp->snd_cwnd) {
234 tp->t_bytes_acked -= tp->snd_cwnd;
264 tp->t_bytes_acked += acked;
267 if (tp->t_bytes_acked < cw) {
286 if (tp->t_bytes_acked >= cw)
287 tp->t_bytes_acked -= cw;
326 tp->t_bytes_acked = 0;
378 tp->t_bytes_acked = 0;
433 tp->t_bytes_acked
[all...]
H A Dtcp_var.h302 u_int32_t t_bytes_acked; /* ABC "bytes_acked" parameter */ member in struct:tcpcb
H A Dtcp_output.c1926 tp->t_bytes_acked = 0;
H A Dtcp_input.c4888 tp->t_bytes_acked = 0;

Completed in 29 milliseconds