Lines Matching refs:tiwin
1772 u_int32_t tiwin, int tlen) in tcp_update_window() argument
1778 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in tcp_update_window()
1781 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) { in tcp_update_window()
1784 tp->snd_wnd = tiwin; in tcp_update_window()
1890 u_int32_t tiwin, sack_bytes_acked = 0, sack_bytes_newly_acked = 0; in tcp_input() local
2360 tiwin = th->th_win << tp->snd_scale; in tcp_input()
2362 tiwin = th->th_win; in tcp_input()
3012 tiwin && tiwin == tp->snd_wnd && in tcp_input()
3376 tp->snd_wnd = tiwin; /* initial send-window */ in tcp_input()
4453 tiwin = tp->snd_wnd; in tcp_input()
4646 if (tlen == 0 && (tiwin == tp->snd_wnd || in tcp_input()
4829 if (tiwin > tp->snd_wnd) { in tcp_input()
4831 th, tiwin, tlen); in tcp_input()
4922 if (tiwin > tp->snd_wnd) { in tcp_input()
4923 tcp_update_window(tp, thflags, th, tiwin, tlen); in tcp_input()
4934 if (tiwin > tp->snd_wnd) { in tcp_input()
4935 tcp_update_window(tp, thflags, th, tiwin, tlen); in tcp_input()
5296 if (tcp_update_window(tp, thflags, th, tiwin, tlen)) { in tcp_input()