Searched refs:tentry (Results 1 – 5 of 5) sorted by relevance
880 tp->tentry.index = TCPT_NONE; in tcp_canceltimers()2074 tp->tentry.mode = 0; in tcp_run_conn_timer()2095 tp->tentry.index = lo_index; in tcp_run_conn_timer()2096 VERIFY(tp->tentry.index == TCPT_NONE || tp->tentry.mode > 0); in tcp_run_conn_timer()2099 tp->tentry.runtime = tp->tentry.timer_start + in tcp_run_conn_timer()2102 tp->tentry.runtime++; in tcp_run_conn_timer()2447 tp->tentry.mode = mode; in tcp_set_lotimer_index()2448 VERIFY(tp->tentry.index == TCPT_NONE || tp->tentry.mode > 0); in tcp_set_lotimer_index()2451 tp->tentry.runtime = tp->tentry.timer_start in tcp_set_lotimer_index()2454 tp->tentry.runtime++; in tcp_set_lotimer_index()[all …]
332 #define OFFSET_FROM_START(tp, off) ((tcp_now + (off)) - (tp)->tentry.timer_start)
387 struct tcptimerentry tentry; /* entry in timer list */ member
1179 tp->tentry.timer_start = tcp_now; in tcp_newtcpcb()
948 ArenaEntry *entry, *tentry; in free() local949 SLIST_FOREACH_SAFE(entry, &fArenaHead, link, tentry) { in free()