Searched refs:sendwin (Results 1 – 1 of 1) sorted by relevance
115 long len, recwin, sendwin; in tcp_output() local176 sendwin = min(tp->snd_wnd, tp->snd_cwnd); in tcp_output()247 if (sendwin == 0) { in tcp_output()270 sendwin = 1; in tcp_output()298 len = ((long)ulmin(lbuf_used_space(&tp->sendbuf), sendwin) - in tcp_output()406 if ((sendwin == 0) && (TCPS_HAVEESTABLISHED(tp->t_state)) && in tcp_output()