Searched refs:tiwin (Results 1 – 1 of 1) sorted by relevance
379 u_long tiwin; in tcp_input() local635 tiwin = th->th_win << tp->snd_scale; in tcp_input()637 tiwin = th->th_win; in tcp_input()931 tiwin && tiwin == tp->snd_wnd && in tcp_input()1482 tiwin = th->th_win << tp->snd_scale; in tcp_input()1569 if (tiwin == tp->snd_wnd) { in tcp_input()1653 } else if (tiwin < tp->snd_wnd) { in tcp_input()1874 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) { in tcp_input()1877 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd) in tcp_input()1879 tp->snd_wnd = tiwin; in tcp_input()