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

/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_timers.c646 clock_t second_threshold; local
660 second_threshold = tcp->tcp_second_timer_threshold;
721 second_threshold = tcp->tcp_second_ctimer_threshold;
724 * If an app has set the second_threshold to 0, it means that
726 * open. We need to set second_threshold back to a normal
731 if (second_threshold == 0) {
732 second_threshold = tcps->tcps_ip_abort_linterval;
744 if (second_threshold == 0) {
745 second_threshold = tcps->tcps_ip_abort_linterval;
920 second_threshold
[all...]
/illumos-gate/usr/src/stand/lib/tcp/
H A Dtcp.c4300 uint32_t second_threshold; local
4305 second_threshold = tcp->tcp_second_timer_threshold;
4314 second_threshold = tcp->tcp_second_ctimer_threshold;
4463 if ((ms = tcp->tcp_ms_we_have_waited) > second_threshold) {
4471 second_threshold)) {
4490 * Set tcp_ms_we_have_waited to second_threshold
4500 * second_threshold, it means that we will wait
4501 * longer than second_threshold to send the next
4504 tcp->tcp_ms_we_have_waited = second_threshold;

Completed in 72 milliseconds