Lines Matching refs:tiwin
1637 u_int32_t tiwin, int tlen) in tcp_update_window() argument
1643 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in tcp_update_window()
1646 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) { in tcp_update_window()
1649 tp->snd_wnd = tiwin; in tcp_update_window()
2687 tp->snd_wnd = tpi->tiwin; /* initial send-window */ in tcp_setup_server_socket()
2770 uint32_t tiwin, sack_bytes_acked = 0; in tcp_input() local
3268 tiwin = th->th_win << tp->snd_scale; in tcp_input()
3270 tiwin = th->th_win; in tcp_input()
3308 tpi.tiwin = tiwin; in tcp_input()
3737 tiwin && tiwin == tp->snd_wnd && in tcp_input()
4067 .iss = iss, .tiwin = tiwin, .to = &to, .optp = optp, .optlen = optlen, in tcp_input()
4906 tiwin = tp->snd_wnd; in tcp_input()
5165 if (tlen == 0 && (tiwin == tp->snd_wnd || in tcp_input()
5316 if (tiwin > tp->snd_wnd) { in tcp_input()
5318 th, tiwin, tlen); in tcp_input()
5414 if (tiwin > tp->snd_wnd) { in tcp_input()
5415 tcp_update_window(tp, thflags, th, tiwin, tlen); in tcp_input()
5429 if (tiwin > tp->snd_wnd) { in tcp_input()
5430 tcp_update_window(tp, thflags, th, tiwin, tlen); in tcp_input()
5868 if (tcp_update_window(tp, thflags, th, tiwin, tlen)) { in tcp_input()