Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/inet/tcp/
H A Dtcp_opt_data.c444 *i1 = tcp->tcp_rto_max; in tcp_opt_get()
775 tcp->tcp_rto_max) in tcp_opt_set()
801 (*i1 * 1000) > tcp->tcp_rto_max) in tcp_opt_set()
864 if (val < tcp->tcp_rto_min || val > tcp->tcp_rto_max || in tcp_opt_set()
896 val > tcp->tcp_rto_max) { in tcp_opt_set()
923 tcp->tcp_rto_max = val; in tcp_opt_set()
H A Dtcp_timers.c490 max = tcp->tcp_rto_max; in tcp_keepalive_timer()
1037 if (ms > tcp->tcp_rto_max) { in tcp_timer()
1038 ms = tcp->tcp_rto_max; in tcp_timer()
H A Dtcp.c2351 tcp->tcp_rto_max = tcps->tcps_rexmit_interval_max; in tcp_init_values()
2378 tcp->tcp_rto_max = parent->tcp_rto_max; in tcp_init_values()
/titanic_44/usr/src/uts/common/inet/
H A Dtcp_impl.h277 else if ((rto) > (tcp)->tcp_rto_max) \
278 (tcp)->tcp_rto = (tcp)->tcp_rto_max; \
H A Dtcp.h165 uint32_t tcp_rto_max; /* Maximum RTO */ member