HomeSort by: relevance | last modified time | path
    Searched defs:tiwin (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
tcp_input.c 1205 u_long tiwin; local in function:tcp_input
1489 tiwin = th->th_win << tp->snd_scale;
1491 tiwin = th->th_win;
1608 tiwin <<= tp->snd_scale;
1819 tiwin && tiwin == tp->snd_wnd &&
2469 if (tlen == 0 && !dupseg && tiwin == tp->snd_wnd) {
2668 (tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd))))) {
2671 tp->snd_wl2 == th->th_ack && tiwin > tp->snd_wnd)
2673 tp->snd_wnd = tiwin;
    [all...]

Completed in 13 milliseconds