Searched refs:tcp_rcv_ws (Results 1 – 8 of 8) sorted by relevance
462 tcp->tcp_rcv_ws = i; in tcp_set_ws_value()2176 tcp->tcp_rcv_ws = 0; in tcp_reinit_values()2474 tcp->tcp_rcv_ws = TCP_MAX_WINSHIFT; in tcp_init_values()3021 htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_rwnd_set()3023 if ((tcp->tcp_rcv_ws > 0) && rwnd > tcp->tcp_cwnd_max) in tcp_rwnd_set()3057 max_transmittable_rwnd = TCP_MAXWIN << tcp->tcp_rcv_ws; in tcp_rwnd_set()3097 htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_rwnd_set()3100 if ((tcp->tcp_rcv_ws > 0) && rwnd > tcp->tcp_cwnd_max) in tcp_rwnd_set()4279 tcp->tcp_tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_do_connect()4280 if (tcp->tcp_rcv_ws > 0 || tcps->tcps_wscale_always) in tcp_do_connect()[all …]
517 tcp->tcp_tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_wput_data()1296 tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_output()2452 tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_xmit_ctl()3017 wptr[3] = (uchar_t)tcp->tcp_rcv_ws; in tcp_xmit_mp_aux_iss()3180 tcp->tcp_tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_xmit_mp()
840 max_win = TCP_MAXWIN << tcp->tcp_rcv_ws; in tcp_fuse_set_rcv_hiwat()
616 tcp->tcp_rcv_ws = B_FALSE; in tcp_process_options()2281 htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_ack_mp()5555 << tcp->tcp_rcv_ws; in tcp_rwnd_reopen()
138 int32_t tcp_rcv_ws; /* My window scale power */ member
235 (tcp)->tcp_rcv_ws = i; \1358 U32_TO_ABE16((tcp->tcp_rwnd >> tcp->tcp_rcv_ws), in tcp_connect()1360 if (tcp->tcp_rcv_ws > 0 || tcp_wscale_always) in tcp_connect()1370 (tcp->tcp_rcv_ws && tcp_tstamp_if_wscale)) { in tcp_connect()1987 max_transmittable_rwnd = TCP_MAXWIN << tcp->tcp_rcv_ws; in tcp_rwnd_set()2007 U32_TO_ABE16(tcp->tcp_rwnd >> tcp->tcp_rcv_ws, tcp->tcp_tcph->th_win); in tcp_rwnd_set()2008 if ((tcp->tcp_rcv_ws > 0) && rwnd > tcp->tcp_cwnd_max) in tcp_rwnd_set()2264 tcp->tcp_rcv_ws = B_FALSE; in tcp_process_options()5448 tcp->tcp_rcv_ws = TCP_MAX_WINSHIFT; in tcp_init_values()5887 wptr[3] = (uchar_t)tcp->tcp_rcv_ws; in tcp_xmit_mp()[all …]
162 int32_t tcp_rcv_ws; /* My window scale power */ member
241 tcps_rcv_ws = T ? T->tcp_rcv_ws : 0;