Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
HDtcp_input.c300 #define acceptable_window_update(tp, th, tiwin) \ argument
304 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))
656 u_long tiwin; in tcp_input() local
1143 tiwin = th->th_win << tp->snd_scale; in tcp_input()
1145 tiwin = th->th_win; in tcp_input()
1299 if (tiwin != tp->snd_wnd && in tcp_input()
1300 acceptable_window_update(tp, th, tiwin)) { in tcp_input()
1303 tiwin > tp->snd_wnd) in tcp_input()
1305 tp->snd_wnd = tiwin; in tcp_input()
1335 } else if (tiwin == tp->snd_wnd && in tcp_input()
[all …]