Searched refs:th_win (Results 1 – 6 of 6) sorted by relevance
259 th->th_win = 0; in tcpip_fillheaders()330 nth->th_win = htons((uint16_t) (win >> tp->rcv_scale)); in tcp_respond()332 nth->th_win = htons((uint16_t)win); in tcp_respond()
96 uint16_t th_win; /* window */ member
590 th->th_win = ntohs(th->th_win); in tcp_fields_to_host()
163 nth->th_win = htons(tp->tw_last_win); in tcp_twrespond()
1153 th->th_win = htons((uint16_t) in tcp_output()1156 th->th_win = htons((uint16_t)(recwin >> tp->rcv_scale)); in tcp_output()1166 if (th->th_win == 0) { in tcp_output()
1069 tiwin = th->th_win << tp->snd_scale; in tcp_do_segment()1155 tp->snd_wnd = th->th_win; in tcp_do_segment()