Searched refs:tcp_rcv_ws (Results 1 – 8 of 8) sorted by relevance
461 tcp->tcp_rcv_ws = i; in tcp_set_ws_value()2165 tcp->tcp_rcv_ws = 0;2438 tcp->tcp_rcv_ws = TCP_MAX_WINSHIFT; in tcp_init_values()2985 htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_rwnd_set()2987 if ((tcp->tcp_rcv_ws > 0) && rwnd > tcp->tcp_cwnd_max) in tcp_rwnd_set()3021 max_transmittable_rwnd = TCP_MAXWIN << tcp->tcp_rcv_ws; in tcp_rwnd_set()3061 htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_rwnd_set()3064 if ((tcp->tcp_rcv_ws > 0) && rwnd > tcp->tcp_cwnd_max) in tcp_rwnd_set()4233 tcp->tcp_tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_do_connect()4234 if (tcp->tcp_rcv_ws > 0 || tcps->tcps_wscale_always) in tcp_do_connect()[all …]
502 tcp->tcp_tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_wput_data()1274 tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_output()2427 tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_xmit_ctl()2958 wptr[3] = (uchar_t)tcp->tcp_rcv_ws; in tcp_xmit_mp_aux_iss()3117 tcp->tcp_tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_xmit_mp()
816 max_win = TCP_MAXWIN << tcp->tcp_rcv_ws; in tcp_fuse_set_rcv_hiwat()
445 tcp->tcp_rcv_ws = B_FALSE; in tcp_process_options()2101 htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_ack_mp()5327 << tcp->tcp_rcv_ws; in tcp_rwnd_reopen()
138 int32_t tcp_rcv_ws; /* My window scale power */ member
236 (tcp)->tcp_rcv_ws = i; \1359 U32_TO_ABE16((tcp->tcp_rwnd >> tcp->tcp_rcv_ws), in tcp_connect()1361 if (tcp->tcp_rcv_ws > 0 || tcp_wscale_always) in tcp_connect()1371 (tcp->tcp_rcv_ws && tcp_tstamp_if_wscale)) { in tcp_connect()1988 max_transmittable_rwnd = TCP_MAXWIN << tcp->tcp_rcv_ws; in tcp_rwnd_set()2008 U32_TO_ABE16(tcp->tcp_rwnd >> tcp->tcp_rcv_ws, tcp->tcp_tcph->th_win); in tcp_rwnd_set()2009 if ((tcp->tcp_rcv_ws > 0) && rwnd > tcp->tcp_cwnd_max) in tcp_rwnd_set()2265 tcp->tcp_rcv_ws = B_FALSE; in tcp_process_options()5450 tcp->tcp_rcv_ws = TCP_MAX_WINSHIFT; in tcp_init_values()5889 wptr[3] = (uchar_t)tcp->tcp_rcv_ws; in tcp_xmit_mp()[all …]
156 int32_t tcp_rcv_ws; /* My window scale power */ member
241 tcps_rcv_ws = T ? T->tcp_rcv_ws : 0;