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
880 tp->tentry.index = TCPT_NONE; in tcp_canceltimers()2024 u_int16_t i = 0, index = TCPT_NONE, lo_index = TCPT_NONE; in tcp_run_conn_timer()2066 if ((index = tp->tentry.index) == TCPT_NONE) { in tcp_run_conn_timer()2074 if (tp->tentry.index != TCPT_NONE) { in tcp_run_conn_timer()2115 VERIFY(tp->tentry.index == TCPT_NONE || tp->tentry.mode > 0); in tcp_run_conn_timer()2117 if (tp->tentry.index != TCPT_NONE) { in tcp_run_conn_timer()2141 if (tp->tentry.index < TCPT_NONE) { in tcp_run_conn_timer()2147 if (tp != NULL && tp->tentry.index == TCPT_NONE) { in tcp_run_conn_timer()2204 if (te->index < TCPT_NONE && TSTMP_GT(runtime, tcp_now) && in tcp_run_timerlist()2344 if (index == TCPT_NONE) { in tcp_sched_timers()[all …]