Home
last modified time | relevance | path

Searched defs:dn_sch_inst (Results 1 – 1 of 1) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_private.h312 struct dn_sch_inst { struct
314 SLIST_ENTRY(dn_sch_inst) si_next; /* hash chain for siht */ argument
315 struct delay_line dline;
316 struct dn_schk *sched; /* the template */
317 int kflags; /* DN_ACTIVE */
319 int64_t credit; /* bits I can transmit (more or less). */
320 uint64_t sched_time; /* time link was scheduled in ready_heap */
321 uint64_t idle_time; /* start of scheduler instance idle time */
329 int q_count;