Searched refs:te_index (Results 1 – 3 of 3) sorted by relevance
872 tp->tentry.te_index = TCPT_NONE; in tcp_canceltimers()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()2060 tp->tentry.te_index = lo_index; 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()2065 tp->t_timer[tp->tentry.te_index]; in tcp_run_conn_timer()2087 if (tp->tentry.te_index < TCPT_NONE) { in tcp_run_conn_timer()2088 offset = tp->t_timer[tp->tentry.te_index]; in tcp_run_conn_timer()2093 if (tp != NULL && tp->tentry.te_index == TCPT_NONE) { in tcp_run_conn_timer()[all …]
223 uint16_t te_index; /* index of lowest timer that needs to run first */ member
2141 GetTCPTimerAsString(timer_entry.te_index),