Lines Matching refs:te_index
872 tp->tentry.te_index = TCPT_NONE; in tcp_canceltimers()
2012 if ((index = tp->tentry.te_index) == TCPT_NONE) { in tcp_run_conn_timer()
2020 if (tp->tentry.te_index != TCPT_NONE) { in tcp_run_conn_timer()
2060 tp->tentry.te_index = lo_index; in tcp_run_conn_timer()
2061 VERIFY(tp->tentry.te_index == TCPT_NONE || tp->tentry.te_mode > 0); in tcp_run_conn_timer()
2063 if (tp->tentry.te_index != TCPT_NONE) { in tcp_run_conn_timer()
2065 tp->t_timer[tp->tentry.te_index]; in tcp_run_conn_timer()
2087 if (tp->tentry.te_index < TCPT_NONE) { in tcp_run_conn_timer()
2088 offset = tp->t_timer[tp->tentry.te_index]; in tcp_run_conn_timer()
2093 if (tp != NULL && tp->tentry.te_index == TCPT_NONE) { in tcp_run_conn_timer()
2167 if (te->te_index < TCPT_NONE && TSTMP_GT(runtime, tcp_now) && in tcp_run_timerlist()
2294 u_int16_t index = te->te_index; in tcp_sched_timers()
2438 tp->tentry.te_index = lo_index; in tcp_set_lotimer_index()
2440 VERIFY(tp->tentry.te_index == TCPT_NONE || tp->tentry.te_mode > 0); in tcp_set_lotimer_index()
2442 if (tp->tentry.te_index != TCPT_NONE) { in tcp_set_lotimer_index()
2444 + tp->t_timer[tp->tentry.te_index]; in tcp_set_lotimer_index()
2796 if (tp->tentry.te_index == TCPT_NONE) { in tcp_enable_read_probe()
2797 tp->tentry.te_index = TCPT_KEEP; in tcp_enable_read_probe()
2807 tp->tentry.te_index = TCPT_KEEP; in tcp_enable_read_probe()