rttimer
TAILQ_ENTRY(rttimer) rtt_next; /* [T] entry on timer queue */
LIST_ENTRY(rttimer) rtt_link; /* [T] timers per rtentry */
pool_init(&rttimer_pool, sizeof(struct rttimer), 0,
struct rttimer *r;
TAILQ_HEAD(, rttimer) rttlist;
static inline struct rttimer *
rt_timer_unlink(struct rttimer *r)
struct rttimer *r;
TAILQ_HEAD(, rttimer) rttlist;
const struct rttimer *r;
struct rttimer *r, *rnew;
struct rttimer *r = arg;
struct rttimer;
LIST_HEAD(, rttimer) rt_timer; /* queue of timeouts for misc funcs */
TAILQ_HEAD(, rttimer) rtq_head; /* [T] */
struct rttimer;