Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_output.c114 long len, recwin, sendwin; in tcp_output() local
161 sendwin = min(tp->snd_wnd, tp->snd_cwnd); in tcp_output()
232 if (sendwin == 0) { in tcp_output()
255 sendwin = 1; in tcp_output()
283 len = ((long)ulmin(lbuf_used_space(&tp->sendbuf), sendwin) - in tcp_output()
361 if ((sendwin == 0) && (TCPS_HAVEESTABLISHED(tp->t_state)) && in tcp_output()