Searched refs:t_adaptive_rtimo (Results 1 – 4 of 4) sorted by relevance
1539 if (tp->t_adaptive_rtimo > 0) { in tcp_timers()1540 if (tp->t_rtimo_probes > tp->t_adaptive_rtimo) { in tcp_timers()2840 if (tp->t_adaptive_rtimo == 0 && in tcp_disable_read_probe()
2594 tp->t_adaptive_rtimo = 0; in tcp_ctloutput()2601 tp->t_adaptive_rtimo = (uint8_t)optval; in tcp_ctloutput()2968 optval = tp->t_adaptive_rtimo; in tcp_ctloutput()
491 u_int8_t t_adaptive_rtimo; /* Read timeout used as a multiple of RTT */ member
895 if ((tp->t_adaptive_rtimo > 0 || in tcp_adaptive_rwtimo_check()2889 tp->t_adaptive_rtimo = tp0->t_adaptive_rtimo; in tcp_input()