Home | History | Annotate | Download | only in slirp

Lines Matching refs:snd_ssthresh

1117 					tp->snd_ssthresh = win * tp->t_maxseg;
1123 tp->snd_cwnd = tp->snd_ssthresh +
1143 tp->snd_cwnd > tp->snd_ssthresh)
1144 tp->snd_cwnd = tp->snd_ssthresh;
1192 if (cw > tp->snd_ssthresh)