Searched refs:second_threshold (Results 1 – 2 of 2) sorted by relevance
646 clock_t second_threshold; in tcp_timer() local660 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()891 second_threshold = tcp_early_abort * SECONDS; in tcp_timer()897 ASSERT(second_threshold != 0); in tcp_timer()899 if ((ms = tcp->tcp_ms_we_have_waited) > second_threshold) { in tcp_timer()[all …]
4298 uint32_t second_threshold; in tcp_timer() local4303 second_threshold = tcp->tcp_second_timer_threshold; in tcp_timer()4312 second_threshold = tcp->tcp_second_ctimer_threshold; in tcp_timer()4461 if ((ms = tcp->tcp_ms_we_have_waited) > second_threshold) { in tcp_timer()4469 second_threshold)) { in tcp_timer()4502 tcp->tcp_ms_we_have_waited = second_threshold; in tcp_timer()