Lines Matching refs:TCPT_NONE
880 tp->tentry.index = TCPT_NONE; in tcp_canceltimers()
2005 u_int16_t i = 0, index = TCPT_NONE, lo_index = TCPT_NONE; in tcp_run_conn_timer()
2047 if ((index = tp->tentry.index) == TCPT_NONE) { in tcp_run_conn_timer()
2055 if (tp->tentry.index != TCPT_NONE) { in tcp_run_conn_timer()
2096 VERIFY(tp->tentry.index == TCPT_NONE || tp->tentry.mode > 0); in tcp_run_conn_timer()
2098 if (tp->tentry.index != TCPT_NONE) { in tcp_run_conn_timer()
2122 if (tp->tentry.index < TCPT_NONE) { in tcp_run_conn_timer()
2128 if (tp != NULL && tp->tentry.index == TCPT_NONE) { in tcp_run_conn_timer()
2185 if (te->index < TCPT_NONE && TSTMP_GT(runtime, tcp_now) && in tcp_run_timerlist()
2325 if (index == TCPT_NONE) { in tcp_sched_timers()
2435 uint16_t i, lo_index = TCPT_NONE, mode = 0; in tcp_set_lotimer_index()
2448 VERIFY(tp->tentry.index == TCPT_NONE || tp->tentry.mode > 0); in tcp_set_lotimer_index()
2450 if (tp->tentry.index != TCPT_NONE) { in tcp_set_lotimer_index()
2805 if (tp->tentry.index == TCPT_NONE) { in tcp_enable_read_probe()