Home
last modified time | relevance | path

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

/xnu-8020.101.4/bsd/netinet/
H A Dtcp_ledbat.c173 if (tp->bg_ssthresh < tp->snd_cwnd) { in update_cwnd()
174 tp->bg_ssthresh = tp->snd_cwnd; in update_cwnd()
201 if (tp->bg_ssthresh > tp->snd_cwnd) { in update_cwnd()
202 tp->bg_ssthresh = tp->snd_cwnd; in update_cwnd()
252 tp->bg_ssthresh = tp->snd_ssthresh; in tcp_ledbat_cwnd_init()
311 if (tp->bg_ssthresh > tp->snd_cwnd) { in ledbat_pp_congestion_avd()
329 if (tp->bg_ssthresh > tp->snd_cwnd) { in ledbat_pp_congestion_avd()
330 tp->bg_ssthresh = tp->snd_cwnd; in ledbat_pp_congestion_avd()
399 if (tp->bg_ssthresh < tp->snd_cwnd) { in ledbat_pp_ack_rcvd()
400 tp->bg_ssthresh = tp->snd_cwnd; in ledbat_pp_ack_rcvd()
[all …]
H A Dtcp_var.h500 uint32_t bg_ssthresh; /* Slow start threshold until delay increases */ member