Home | History | Annotate | Download | only in slirp-android

Lines Matching refs:snd_ssthresh

1123 					tp->snd_ssthresh = win * tp->t_maxseg;
1129 tp->snd_cwnd = tp->snd_ssthresh +
1149 tp->snd_cwnd > tp->snd_ssthresh)
1150 tp->snd_cwnd = tp->snd_ssthresh;
1198 if (cw > tp->snd_ssthresh)