Searched refs:start_cb (Results 1 – 1 of 1) sorted by relevance
541 struct timeval start_cb; in queue_xmt() local574 gettimeofday_cached(base, &start_cb); in queue_xmt()575 xctx->sched = start_cb.tv_sec + (2 * xmt_delay); in queue_xmt()595 if (xctx->sched > start_cb.tv_sec) in queue_xmt()596 delay.tv_sec = xctx->sched - start_cb.tv_sec; in queue_xmt()614 struct timeval start_cb; in xmt_timer_cb() local624 gettimeofday_cached(base, &start_cb); in xmt_timer_cb()625 if (xmt_q->sched <= start_cb.tv_sec) { in xmt_timer_cb()628 (u_int)start_cb.tv_usec, stoa(&x->spkt->addr))); in xmt_timer_cb()634 if (xmt_q->sched <= start_cb.tv_sec) { in xmt_timer_cb()[all …]