Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/myri10ge/drv/
H A Dmyri10ge_lro.c91 tcp->th_win = lro->window; in myri10ge_lro_flush()
254 lro->window = tcp->th_win; in myri10ge_lro_rx()
325 lro->window = tcp->th_win; in myri10ge_lro_rx()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_tcp.c125 ntohs(tcp->th_win)); in interpret_tcp()
191 (void) sprintf(get_line(((char *)(uintptr_t)tcp->th_win - dlc_header) + in interpret_tcp()
192 4, 1), "Window = %d", ntohs(tcp->th_win)); in interpret_tcp()
/illumos-gate/usr/src/uts/common/netinet/
H A Dtcpip.h38 #define ti_win ti_t.th_win
H A Dtcp.h73 uint16_t th_win; /* window */ member
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dvjcompress.c316 if ((deltaS = (ushort_t)(ntohs(th->th_win) - ntohs(oth->th_win))) > 0) { in vj_compress_tcp()
623 DECODES(th->th_win); in vj_uncompress_tcp()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h77 uint8_t th_win[2]; /* Allocation number */ member
H A Dtcp.c1359 tcp->tcp_tcph->th_win); in tcp_connect()
2007 U32_TO_ABE16(tcp->tcp_rwnd >> tcp->tcp_rcv_ws, tcp->tcp_tcph->th_win); in tcp_rwnd_set()
2891 new_swnd = BE16_TO_U16(((tcph_t *)tcph)->th_win); in tcp_rput_data()
5220 new_swnd = BE16_TO_U16(tcph->th_win) << in tcp_time_wait_processing()
6185 U16_TO_BE16(0, tcph->th_win); in tcp_xmit_early_reset()
6789 tcp->tcp_tcph->th_win); in tcp_rcv_drain()
6857 U32_TO_ABE16(tcp->tcp_rwnd >> tcp->tcp_rcv_ws, tcp->tcp_tcph->th_win); in tcp_rcv_enqueue()
/illumos-gate/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) :
/illumos-gate/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);
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dipft_tx.c260 tcp->th_win = htons(4096);
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h103 uint8_t th_win[2]; /* Allocation number */ member
/illumos-gate/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;
2056 clone->is_maxdwin = ntohs(tcp->th_win);
2064 clone->is_maxswin = ntohs(tcp->th_win);
/illumos-gate/usr/src/uts/common/io/sfxge/
H A Dsfxge_rx.c1345 srfp->srf_first_thp->th_win = thp->th_win; in sfxge_rx_qflow_complete()
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c1151 ntohs(tp->th_win));
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c1160 mdb_nhconvert(&win, &tcph->th_win, sizeof (win)); in tcphdr_print()