Home
last modified time | relevance | path

Searched refs:free_sched (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_fifo.c121 _SI( .free_sched = ) fifo_free_sched,
H A Ddn_sched.h132 int (*free_sched)(struct dn_sch_inst *); member
H A Ddn_sched_prio.c225 _SI( .free_sched = ) NULL,
H A Ddn_sched_rr.c313 _SI( .free_sched = ) rr_free_sched,
H A Ddn_sched_wf2q.c370 _SI( .free_sched = ) wf2qp_free_sched,
H A Ddn_sched_fq_codel.c606 _SI( .free_sched = ) fq_codel_free_sched, /* delete schd instance */
H A Ddn_sched_qfq.c840 _SI( .free_sched = ) NULL,
H A Ddn_sched_fq_pie.c1228 _SI( .free_sched = ) fq_pie_free_sched, /* delete schd instance */
H A Dip_dummynet.c597 if (s->fp->free_sched) in si_destroy()
598 s->fp->free_sched(si); in si_destroy()