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

/freebsd-9.3-release/sys/netinet/
H A Dtcp_input.c1463 u_long tiwin; local
1527 tiwin = th->th_win << tp->snd_scale;
1623 tiwin && tiwin == tp->snd_wnd &&
2353 tp->snd_wnd = tiwin;
2406 if (tlen == 0 && tiwin == tp->snd_wnd) {
2799 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) {
2802 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd)
2804 tp->snd_wnd = tiwin;

Completed in 45 milliseconds