Searched refs:tcp_rto_max (Results 1 - 5 of 5) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c419 *i1 = tcp->tcp_rto_max;
755 if (val < tcp->tcp_rto_min || val > tcp->tcp_rto_max ||
787 val > tcp->tcp_rto_max) {
814 tcp->tcp_rto_max = val;
H A Dtcp_timers.c463 * tcp_rto_max.
465 max = tcp->tcp_rto_max;
965 * tcp_rto_max. In the case when tcp_rto_max is
1012 if (ms > tcp->tcp_rto_max) {
1013 ms = tcp->tcp_rto_max;
H A Dtcp.c2342 tcp->tcp_rto_max = tcps->tcps_rexmit_interval_max;
2367 tcp->tcp_rto_max = parent->tcp_rto_max;
/opensolaris-onvv-gate/usr/src/uts/common/inet/
H A Dtcp_impl.h236 else if ((rto) > (tcp)->tcp_rto_max) \
237 (tcp)->tcp_rto = (tcp)->tcp_rto_max; \
H A Dtcp.h162 uint32_t tcp_rto_max; /* Maximum RTO */ member in struct:tcp_s

Completed in 66 milliseconds