Searched refs:timer_start (Results 1 – 6 of 6) sorted by relevance
239 uint32_t timer_start; /* tcp clock when the timer was started */ member332 #define OFFSET_FROM_START(tp, off) ((tcp_now + (off)) - (tp)->tentry.timer_start)
879 tp->tentry.timer_start = tcp_now; in tcp_canceltimers()2077 diff = timer_diff(tp->tentry.timer_start, in tcp_run_conn_timer()2094 tp->tentry.timer_start = tcp_now; in tcp_run_conn_timer()2099 tp->tentry.runtime = tp->tentry.timer_start + in tcp_run_conn_timer()2451 tp->tentry.runtime = tp->tentry.timer_start in tcp_set_lotimer_index()
1179 tp->tentry.timer_start = tcp_now; in tcp_newtcpcb()
96 void timer_start(timer_t timer, uint64_t tstamp);
92 timer_start(timer_t timer, uint64_t tstamp) in timer_start() function
1011 timer_start(&thread->runnable_timer, ctime); in thread_unblock()