Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Dip_dn_private.h304 struct dn_sch_inst { struct
306 SLIST_ENTRY(dn_sch_inst) si_next; /* hash chain for siht */ argument
307 struct delay_line dline;
308 struct dn_schk *sched; /* the template */
309 int kflags; /* DN_ACTIVE */
311 int64_t credit; /* bits I can transmit (more or less). */
312 uint64_t sched_time; /* time link was scheduled in ready_heap */
313 uint64_t idle_time; /* start of scheduler instance idle time */
321 int q_count;