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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_output.c269 int32_t len, recwin, sendwin, off; local
466 sendwin = min(tp->snd_wnd, tp->snd_cwnd);
469 sendwin = min(sendwin, slowlink_wsize);
552 if (sendwin == 0) {
571 sendwin = 1;
597 len = min(so->so_snd.sb_cc, sendwin) - off;
701 if (sendwin == 0) {
726 sendwin >= (so->so_snd.sb_cc -

Completed in 22 milliseconds