Home
last modified time | relevance | path

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

/dragonfly/sys/netinet/
H A Dtcp_input.c656 u_long tiwin; in tcp_input() local
1145 tiwin = th->th_win; in tcp_input()
1299 if (tiwin != tp->snd_wnd && 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()
1750 tiwin == tp->snd_wnd && in tcp_input()
2164 tiwin > tp->snd_wnd) in tcp_input()
2166 tp->snd_wnd = tiwin; in tcp_input()
2332 tiwin > tp->snd_wnd) in tcp_input()
[all …]