Lines Matching refs:TCPT_NONE
869 tp->tentry.index = TCPT_NONE; in tcp_canceltimers()
1990 u_int16_t i = 0, index = TCPT_NONE, lo_index = TCPT_NONE; in tcp_run_conn_timer()
2032 if ((index = tp->tentry.index) == TCPT_NONE) { in tcp_run_conn_timer()
2040 if (tp->tentry.index != TCPT_NONE) { in tcp_run_conn_timer()
2081 VERIFY(tp->tentry.index == TCPT_NONE || tp->tentry.mode > 0); in tcp_run_conn_timer()
2083 if (tp->tentry.index != TCPT_NONE) { in tcp_run_conn_timer()
2107 if (tp->tentry.index < TCPT_NONE) { in tcp_run_conn_timer()
2113 if (tp != NULL && tp->tentry.index == TCPT_NONE) { in tcp_run_conn_timer()
2170 if (te->index < TCPT_NONE && TSTMP_GT(runtime, tcp_now) && in tcp_run_timerlist()
2316 if (index == TCPT_NONE) { in tcp_sched_timers()
2426 uint16_t i, lo_index = TCPT_NONE, mode = 0; in tcp_set_lotimer_index()
2439 VERIFY(tp->tentry.index == TCPT_NONE || tp->tentry.mode > 0); in tcp_set_lotimer_index()
2441 if (tp->tentry.index != TCPT_NONE) { in tcp_set_lotimer_index()
2796 if (tp->tentry.index == TCPT_NONE) { in tcp_enable_read_probe()