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

/opensolaris-onvv-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h138 int32_t tcp_rcv_ws; /* My window scale power */ member in struct:tcp_s
H A Dtcp.c236 (tcp)->tcp_rcv_ws = i; \
1359 U32_TO_ABE16((tcp->tcp_rwnd >> tcp->tcp_rcv_ws),
1361 if (tcp->tcp_rcv_ws > 0 || tcp_wscale_always)
1371 (tcp->tcp_rcv_ws && tcp_tstamp_if_wscale)) {
1985 * tcp_rcv_ws starts with TCP_MAX_WINSHIFT so the following check
1988 max_transmittable_rwnd = TCP_MAXWIN << tcp->tcp_rcv_ws;
2008 U32_TO_ABE16(tcp->tcp_rwnd >> tcp->tcp_rcv_ws, tcp->tcp_tcph->th_win);
2009 if ((tcp->tcp_rcv_ws > 0) && rwnd > tcp->tcp_cwnd_max)
2265 tcp->tcp_rcv_ws = B_FALSE;
5450 tcp->tcp_rcv_ws
[all...]
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Dtcp.d.in241 tcps_rcv_ws = T ? T->tcp_rcv_ws : 0;
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dtcp.h153 int32_t tcp_rcv_ws; /* My window scale power */ member in struct:tcp_s
/opensolaris-onvv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp.c462 tcp->tcp_rcv_ws = i;
2160 tcp->tcp_rcv_ws = 0;
2426 tcp->tcp_rcv_ws = TCP_MAX_WINSHIFT;
2968 htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws);
2970 if ((tcp->tcp_rcv_ws > 0) && rwnd > tcp->tcp_cwnd_max)
3001 * tcp_rcv_ws starts with TCP_MAX_WINSHIFT so the following check
3004 max_transmittable_rwnd = TCP_MAXWIN << tcp->tcp_rcv_ws;
3044 htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws);
3047 if ((tcp->tcp_rcv_ws > 0) && rwnd > tcp->tcp_cwnd_max)
4213 tcp->tcp_tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws);
[all...]
H A Dtcp_output.c501 tcp->tcp_tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws);
1273 tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws);
2430 tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws);
2961 wptr[3] = (uchar_t)tcp->tcp_rcv_ws;
3120 tcp->tcp_tcpha->tha_win = htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws);
H A Dtcp_fusion.c816 max_win = TCP_MAXWIN << tcp->tcp_rcv_ws;
H A Dtcp_input.c439 tcp->tcp_rcv_ws = B_FALSE;
2149 htons(tcp->tcp_rwnd >> tcp->tcp_rcv_ws);
5251 << tcp->tcp_rcv_ws;

Completed in 194 milliseconds