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

/darwin-on-arm/xnu/bsd/netinet/
H A Dtcp_input.c1103 u_int32_t tiwin; local
1645 tiwin = th->th_win << tp->snd_scale;
1647 tiwin = th->th_win;
2132 tiwin = tp->snd_wnd;
2234 tiwin && tiwin == tp->snd_wnd &&
2569 tp->snd_wnd = tiwin; /* initial send-window */
3147 tiwin = tp->snd_wnd;
3205 if (tlen == 0 && tiwin == tp->snd_wnd) {
3605 (tp->snd_wl2 == th->th_ack && tiwin > t
[all...]

Completed in 26 milliseconds