Home
last modified time | relevance | path

Searched refs:second_threshold (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c646 clock_t second_threshold; in tcp_timer() local
660 second_threshold = tcp->tcp_second_timer_threshold; in tcp_timer()
721 second_threshold = tcp->tcp_second_ctimer_threshold; in tcp_timer()
731 if (second_threshold == 0) { in tcp_timer()
732 second_threshold = tcps->tcps_ip_abort_linterval; in tcp_timer()
744 if (second_threshold == 0) { in tcp_timer()
745 second_threshold = tcps->tcps_ip_abort_linterval; in tcp_timer()
920 second_threshold = tcp_early_abort * SECONDS; in tcp_timer()
926 ASSERT(second_threshold != 0); in tcp_timer()
928 if ((ms = tcp->tcp_ms_we_have_waited) > second_threshold) { in tcp_timer()
[all …]
/titanic_50/usr/src/stand/lib/tcp/
H A Dtcp.c4300 uint32_t second_threshold; in tcp_timer() local
4305 second_threshold = tcp->tcp_second_timer_threshold; in tcp_timer()
4314 second_threshold = tcp->tcp_second_ctimer_threshold; in tcp_timer()
4463 if ((ms = tcp->tcp_ms_we_have_waited) > second_threshold) { in tcp_timer()
4471 second_threshold)) { in tcp_timer()
4504 tcp->tcp_ms_we_have_waited = second_threshold; in tcp_timer()