Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_lro.c96 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()
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tcp.c128 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()
/titanic_41/usr/src/uts/common/netinet/
H A Dtcpip.h39 #define ti_win ti_t.th_win
H A Dtcp.h72 uint16_t th_win; /* window */ member
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c318 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()
/titanic_41/usr/src/stand/lib/tcp/
H A Dtcp_inet.h77 uint8_t th_win[2]; /* Allocation number */ member
H A Dtcp.c1360 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()
/titanic_41/usr/src/lib/libdtrace/common/
H A Dtcp.d.in164 tcp_window = ntohs(*(uint16_t *)T->th_win);
204 tcp_window = T != NULL ? ntohs(*(uint16_t *)((tcph_t *)T)->th_win) :
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_rcmd_pxy.c193 tcp2->th_win = htons(8192);
H A Dip_irc_pxy.c422 tcp2->th_win = htons(8192);
H A Dip_raudio_pxy.c309 tcp2->th_win = htons(8192);
H A Dip_ftp_pxy.c367 tcp2->th_win = htons(8192);
724 tcp2->th_win = htons(8192);
H A Dip_rpcb_pxy.c1203 tcp.th_win = htons(8192);
/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dipft_tx.c262 tcp->th_win = htons(4096);
/titanic_41/usr/src/uts/common/inet/
H A Dtcp.h100 uint8_t th_win[2]; /* Allocation number */ member
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_state.c1336 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);
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipmon.c1147 ntohs(tp->th_win));
/titanic_41/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1159 mdb_nhconvert(&win, &tcph->th_win, sizeof (win)); in tcphdr_print()