Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/netinet/
H A Dtcp_ledbat.c107 if (tp->bg_ssthresh < tp->snd_cwnd) { in update_cwnd()
108 tp->bg_ssthresh = tp->snd_cwnd; in update_cwnd()
135 if (tp->bg_ssthresh > tp->snd_cwnd) { in update_cwnd()
136 tp->bg_ssthresh = tp->snd_cwnd; in update_cwnd()
186 tp->bg_ssthresh = tp->snd_ssthresh; in tcp_ledbat_cwnd_init()
245 if (tp->bg_ssthresh > tp->snd_cwnd) { in ledbat_pp_congestion_avd()
262 if (tp->bg_ssthresh > tp->snd_cwnd) { in ledbat_pp_congestion_avd()
263 tp->bg_ssthresh = tp->snd_cwnd; in ledbat_pp_congestion_avd()
329 if (tp->bg_ssthresh < tp->snd_cwnd) { in ledbat_pp_ack_rcvd()
330 tp->bg_ssthresh = tp->snd_cwnd; in ledbat_pp_ack_rcvd()
[all …]
H A Dtcp_var.h635 uint32_t bg_ssthresh; /* Slow start threshold until delay increases */ member