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()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 …]
4300 uint32_t second_threshold; in tcp_timer() local4305 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()