Searched refs:tcp_rtt_sd (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/stand/lib/tcp/
H A Dtcp_inet.h146 uint32_t tcp_rtt_sd; /* Round trip smoothed deviation */ member in struct:tcp_s
H A Dtcp.c4516 tcp->tcp_rtt_sd += (tcp->tcp_rtt_sa >> 3) +
4523 if ((ms = (tcp->tcp_rtt_sa >> 3) + tcp->tcp_rtt_sd +
5399 * Initialize tcp_rtt_sa and tcp_rtt_sd so that the calculated RTO
5406 tcp->tcp_rtt_sd = tcp_rexmit_interval_initial >> 1;
5407 tcp->tcp_rto = (tcp->tcp_rtt_sa >> 3) + tcp->tcp_rtt_sd +
6878 uint32_t sv = tcp->tcp_rtt_sd;
6935 tcp->tcp_rtt_sd = sv;
/opensolaris-onvv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c773 tcp->tcp_rtt_sd = tcp->tcp_rto_initial >> 1;
774 rto = (tcp->tcp_rtt_sa >> 3) + tcp->tcp_rtt_sd +
H A Dtcp_timers.c990 tcp->tcp_rtt_sd += (tcp->tcp_rtt_sa >> 3) +
1000 if ((ms = (tcp->tcp_rtt_sa >> 3) + tcp->tcp_rtt_sd +
H A Dtcp.c647 tcp->tcp_rtt_sd = uinfo.iulp_rtt_sd;
648 rto = (tcp->tcp_rtt_sa >> 3) + tcp->tcp_rtt_sd +
2183 DONTCARE(tcp->tcp_rtt_sd); /* Init in tcp_init_values */
2388 * Initialize tcp_rtt_sa and tcp_rtt_sd so that the calculated RTO
2395 tcp->tcp_rtt_sd = tcp->tcp_rto_initial >> 1;
2396 rto = (tcp->tcp_rtt_sa >> 3) + tcp->tcp_rtt_sd +
H A Dtcp_input.c5147 clock_t sv = tcp->tcp_rtt_sd;
5205 tcp->tcp_rtt_sd = sv;
H A Dtcp_output.c2302 uinfo.iulp_rtt_sd = tcp->tcp_rtt_sd;
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dtcp.h284 clock_t tcp_rtt_sd; /* Round trip smoothed deviation */ member in struct:tcp_s
/opensolaris-onvv-gate/usr/src/uts/common/inet/nca/
H A Dnca.h1365 clock_t tcp_rtt_sd; /* Round trip smoothed deviation */ member in struct:nca_conn_s

Completed in 154 milliseconds