Home
last modified time | relevance | path

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

/trueos/sys/netpfil/ipfw/
HDip_dn_private.h296 struct dn_sch_inst { struct
298 SLIST_ENTRY(dn_sch_inst) si_next; /* hash chain for siht */ argument
299 struct delay_line dline;
300 struct dn_schk *sched; /* the template */
301 int kflags; /* DN_ACTIVE */
303 int64_t credit; /* bits I can transmit (more or less). */
304 uint64_t sched_time; /* time link was scheduled in ready_heap */
305 uint64_t idle_time; /* start of scheduler instance idle time */
313 int q_count;
/trueos/sys/netpfil/ipfw/test/
HDdn_test.h140 struct dn_sch_inst { struct
149 int (*new_sched)(struct dn_sch_inst *); argument