Searched refs:bg_ssthresh (Results 1 - 2 of 2) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_ledbat.c166 if (tp->bg_ssthresh < tp->snd_cwnd)
167 tp->bg_ssthresh = tp->snd_cwnd;
185 if (tp->bg_ssthresh > tp->snd_cwnd)
186 tp->bg_ssthresh = tp->snd_cwnd;
219 tp->bg_ssthresh = tp->snd_ssthresh;
265 if (cw >= tp->bg_ssthresh) {
301 if (tp->bg_ssthresh > tp->snd_ssthresh)
302 tp->bg_ssthresh = tp->snd_ssthresh;
382 if (tp->bg_ssthresh > tp->snd_ssthresh)
383 tp->bg_ssthresh
[all...]
H A Dtcp_var.h399 uint32_t bg_ssthresh; /* Slow start threshold until delay increases */ member in struct:tcpcb

Completed in 26 milliseconds