Home
last modified time | relevance | path

Searched refs:tcp_snd_ws (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/cc/
H A Dcc_newreno.c169 TCP_MAXWIN << CCV(ccv, tcp_snd_ws)); in newreno_ack_received()
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h139 int32_t tcp_snd_ws; /* Sender's window scale power */ member
H A Dtcp.c2259 tcp->tcp_snd_ws = tcpopt.tcp_opt_wscale; in tcp_process_options()
2262 tcp->tcp_snd_ws = B_FALSE; in tcp_process_options()
2946 ((flags & TH_SYN) ? 0 : tcp->tcp_snd_ws); in tcp_rput_data()
5221 ((tcph->th_flags[0] & TH_SYN) ? 0 : tcp->tcp_snd_ws); in tcp_time_wait_processing()
/illumos-gate/usr/src/uts/common/inet/
H A Dtcp.h163 int32_t tcp_snd_ws; /* Sender's window scale power */ member
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dtcp.d.in239 tcps_snd_ws = T ? T->tcp_snd_ws : 0;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_time_wait.c616 ((tcpha->tha_flags & TH_SYN) ? 0 : tcp->tcp_snd_ws); in tcp_time_wait_processing()
H A Dtcp_input.c593 tcp->tcp_snd_ws = tcpopt.tcp_opt_wscale; in tcp_process_options()
596 tcp->tcp_snd_ws = B_FALSE; in tcp_process_options()
2943 pinit_wnd = ntohs(tcpha->tha_win) << tcp->tcp_snd_ws; in tcp_input_data()
3028 ((tcpha->tha_flags & TH_SYN) ? 0 : tcp->tcp_snd_ws); in tcp_input_data()
H A Dtcp_output.c448 if ((-usable_r >> tcp->tcp_snd_ws) > 0) { in tcp_wput_data()
H A Dtcp.c2177 tcp->tcp_snd_ws = 0; in tcp_reinit_values()