Searched refs:TCPT_NONE (Results 1 – 2 of 2) sorted by relevance
144 #define TCPT_NONE (TCPT_MAX + 1) macro166 #define TCPT_NONE (TCPT_MAX + 1) macro
872 tp->tentry.te_index = TCPT_NONE; in tcp_canceltimers()1970 u_int16_t i = 0, index = TCPT_NONE, lo_index = TCPT_NONE; in tcp_run_conn_timer()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()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()2087 if (tp->tentry.te_index < TCPT_NONE) { 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()2308 if (index == TCPT_NONE) { in tcp_sched_timers()[all …]