Lines Matching refs:TCPT_NONE
885 tp->tentry.index = TCPT_NONE; in tcp_canceltimers()
2008 u_int16_t i = 0, index = TCPT_NONE, lo_index = TCPT_NONE; in tcp_run_conn_timer()
2050 if ((index = tp->tentry.index) == TCPT_NONE) { in tcp_run_conn_timer()
2058 if (tp->tentry.index != TCPT_NONE) { in tcp_run_conn_timer()
2099 VERIFY(tp->tentry.index == TCPT_NONE || tp->tentry.mode > 0); in tcp_run_conn_timer()
2101 if (tp->tentry.index != TCPT_NONE) { in tcp_run_conn_timer()
2125 if (tp->tentry.index < TCPT_NONE) { in tcp_run_conn_timer()
2131 if (tp != NULL && tp->tentry.index == TCPT_NONE) { in tcp_run_conn_timer()
2188 if (te->index < TCPT_NONE && TSTMP_GT(runtime, tcp_now) && in tcp_run_timerlist()
2334 if (index == TCPT_NONE) { in tcp_sched_timers()
2444 uint16_t i, lo_index = TCPT_NONE, mode = 0; in tcp_set_lotimer_index()
2457 VERIFY(tp->tentry.index == TCPT_NONE || tp->tentry.mode > 0); in tcp_set_lotimer_index()
2459 if (tp->tentry.index != TCPT_NONE) { in tcp_set_lotimer_index()
2814 if (tp->tentry.index == TCPT_NONE) { in tcp_enable_read_probe()