Searched refs:th_win (Results 1 – 18 of 18) sorted by relevance
96 tcp->th_win = lro->window; in myri10ge_lro_flush()259 lro->window = tcp->th_win; in myri10ge_lro_rx()330 lro->window = tcp->th_win; in myri10ge_lro_rx()
128 ntohs(tcp->th_win)); in interpret_tcp()194 (void) sprintf(get_line(((char *)(uintptr_t)tcp->th_win - dlc_header) + in interpret_tcp()195 4, 1), "Window = %d", ntohs(tcp->th_win)); in interpret_tcp()
39 #define ti_win ti_t.th_win
72 uint16_t th_win; /* window */ member
318 if ((deltaS = (ushort_t)(ntohs(th->th_win) - ntohs(oth->th_win))) > 0) { in vj_compress_tcp()625 DECODES(th->th_win); in vj_uncompress_tcp()
77 uint8_t th_win[2]; /* Allocation number */ member
1360 tcp->tcp_tcph->th_win); in tcp_connect()2008 U32_TO_ABE16(tcp->tcp_rwnd >> tcp->tcp_rcv_ws, tcp->tcp_tcph->th_win); in tcp_rwnd_set()2892 new_swnd = BE16_TO_U16(((tcph_t *)tcph)->th_win); in tcp_rput_data()5222 new_swnd = BE16_TO_U16(tcph->th_win) << in tcp_time_wait_processing()6186 U16_TO_BE16(0, tcph->th_win); in tcp_xmit_early_reset()6790 tcp->tcp_tcph->th_win); in tcp_rcv_drain()6858 U32_TO_ABE16(tcp->tcp_rwnd >> tcp->tcp_rcv_ws, tcp->tcp_tcph->th_win); in tcp_rcv_enqueue()
164 tcp_window = ntohs(*(uint16_t *)T->th_win);204 tcp_window = T != NULL ? ntohs(*(uint16_t *)((tcph_t *)T)->th_win) :
193 tcp2->th_win = htons(8192);
422 tcp2->th_win = htons(8192);
309 tcp2->th_win = htons(8192);
367 tcp2->th_win = htons(8192);724 tcp2->th_win = htons(8192);
1203 tcp.th_win = htons(8192);
262 tcp->th_win = htons(4096);
100 uint8_t th_win[2]; /* Allocation number */ member
1336 is->is_maxswin = ntohs(tcp->th_win);1813 win = ntohs(tcp->th_win);1815 win = ntohs(tcp->th_win) << fdata->td_winscale;2055 clone->is_maxdwin = ntohs(tcp->th_win);2063 clone->is_maxswin = ntohs(tcp->th_win);
1147 ntohs(tp->th_win));
1159 mdb_nhconvert(&win, &tcph->th_win, sizeof (win)); in tcphdr_print()