Home
last modified time | relevance | path

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

/titanic_44/usr/src/stand/lib/tcp/
H A Dtcp_inet.h146 uint32_t tcp_rtt_sd; /* Round trip smoothed deviation */ member
H A Dtcp.c4516 tcp->tcp_rtt_sd += (tcp->tcp_rtt_sa >> 3) + in tcp_timer()
4523 if ((ms = (tcp->tcp_rtt_sa >> 3) + tcp->tcp_rtt_sd + in tcp_timer()
5406 tcp->tcp_rtt_sd = tcp_rexmit_interval_initial >> 1; in tcp_init_values()
5407 tcp->tcp_rto = (tcp->tcp_rtt_sa >> 3) + tcp->tcp_rtt_sd + in tcp_init_values()
6878 uint32_t sv = tcp->tcp_rtt_sd; in tcp_set_rto()
6935 tcp->tcp_rtt_sd = sv; in tcp_set_rto()
/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c1015 tcp->tcp_rtt_sd += (tcp->tcp_rtt_sa >> 3) + in tcp_timer()
1025 if ((ms = (tcp->tcp_rtt_sa >> 3) + tcp->tcp_rtt_sd + in tcp_timer()
H A Dtcp_opt_data.c882 tcp->tcp_rtt_sd = tcp->tcp_rto_initial >> 1; in tcp_opt_set()
883 rto = (tcp->tcp_rtt_sa >> 3) + tcp->tcp_rtt_sd + in tcp_opt_set()
H A Dtcp.c646 tcp->tcp_rtt_sd = uinfo.iulp_rtt_sd; in tcp_set_destination()
647 rto = (tcp->tcp_rtt_sa >> 3) + tcp->tcp_rtt_sd + in tcp_set_destination()
2188 DONTCARE(tcp->tcp_rtt_sd); /* Init in tcp_init_values */
2408 tcp->tcp_rtt_sd = tcp->tcp_rto_initial >> 1; in tcp_init_values()
2409 rto = (tcp->tcp_rtt_sa >> 3) + tcp->tcp_rtt_sd + in tcp_init_values()
H A Dtcp_input.c5252 clock_t sv = tcp->tcp_rtt_sd; in tcp_set_rto()
5310 tcp->tcp_rtt_sd = sv; in tcp_set_rto()
H A Dtcp_output.c2285 uinfo.iulp_rtt_sd = tcp->tcp_rtt_sd; in tcp_xmit_end()
/titanic_44/usr/src/uts/common/inet/
H A Dtcp.h286 clock_t tcp_rtt_sd; /* Round trip smoothed deviation */ member
/titanic_44/usr/src/uts/common/inet/nca/
H A Dnca.h1365 clock_t tcp_rtt_sd; /* Round trip smoothed deviation */ member