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

/xnu-2782.1.97/bsd/netinet/
H A Dtcp_ledbat.c162 if (tp->bg_ssthresh < tp->snd_cwnd)
163 tp->bg_ssthresh = tp->snd_cwnd;
181 if (tp->bg_ssthresh > tp->snd_cwnd)
182 tp->bg_ssthresh = tp->snd_cwnd;
215 tp->bg_ssthresh = tp->snd_ssthresh;
261 if (cw >= tp->bg_ssthresh) {
297 if (tp->bg_ssthresh > tp->snd_ssthresh)
298 tp->bg_ssthresh = tp->snd_ssthresh;
381 if (tp->bg_ssthresh > tp->snd_ssthresh)
382 tp->bg_ssthresh
[all...]
H A Dtcp_var.h428 uint32_t bg_ssthresh; /* Slow start threshold until delay increases */ member in struct:tcpcb

Completed in 17 milliseconds