Searched refs:tcp_snd_ws (Results 1 – 8 of 8) sorted by relevance
139 int32_t tcp_snd_ws; /* Sender's window scale power */ member
2260 tcp->tcp_snd_ws = tcpopt.tcp_opt_wscale; in tcp_process_options()2263 tcp->tcp_snd_ws = B_FALSE; in tcp_process_options()2947 ((flags & TH_SYN) ? 0 : tcp->tcp_snd_ws); in tcp_rput_data()5223 ((tcph->th_flags[0] & TH_SYN) ? 0 : tcp->tcp_snd_ws); in tcp_time_wait_processing()
154 int32_t tcp_snd_ws; /* Sender's window scale power */ member
458 ((tcpha->tha_flags & TH_SYN) ? 0 : tcp->tcp_snd_ws); in tcp_time_wait_processing()
434 tcp->tcp_snd_ws = tcpopt.tcp_opt_wscale; in tcp_process_options()437 tcp->tcp_snd_ws = B_FALSE; in tcp_process_options()2713 pinit_wnd = ntohs(tcpha->tha_win) << tcp->tcp_snd_ws; in tcp_input_data()2798 ((tcpha->tha_flags & TH_SYN) ? 0 : tcp->tcp_snd_ws); in tcp_input_data()
432 if ((-usable_r >> tcp->tcp_snd_ws) > 0) { in tcp_wput_data()
2161 tcp->tcp_snd_ws = 0;
239 tcps_snd_ws = T ? T->tcp_snd_ws : 0;