Home
last modified time | relevance | path

Searched refs:tcp_rcv_ws (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp.c461 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 …]
H A Dtcp_output.c502 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()
2413 tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_xmit_ctl()
2944 wptr[3] = (uchar_t)tcp->tcp_rcv_ws; in tcp_xmit_mp_aux_iss()
3103 tcp->tcp_tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_xmit_mp()
H A Dtcp_fusion.c816 max_win = TCP_MAXWIN << tcp->tcp_rcv_ws; in tcp_fuse_set_rcv_hiwat()
H A Dtcp_input.c442 tcp->tcp_rcv_ws = B_FALSE; in tcp_process_options()
2153 htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws); in tcp_ack_mp()
5356 << tcp->tcp_rcv_ws; in tcp_rwnd_reopen()
/titanic_44/usr/src/stand/lib/tcp/
H A Dtcp_inet.h138 int32_t tcp_rcv_ws; /* My window scale power */ member
H A Dtcp.c236 (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 …]
/titanic_44/usr/src/uts/common/inet/
H A Dtcp.h156 int32_t tcp_rcv_ws; /* My window scale power */ member
/titanic_44/usr/src/lib/libdtrace/common/
H A Dtcp.d.in241 tcps_rcv_ws = T ? T->tcp_rcv_ws : 0;