Searched refs:dn_alg (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/sys/netpfil/ipfw/
H A Ddn_sched.h43 struct dn_alg { struct
138 SLIST_ENTRY(dn_alg) next; /* Next scheduler in the list */
H A Ddn_sched_fifo.c99 static struct dn_alg fifo_desc = {
H A Dip_dn_private.h82 SLIST_HEAD(dn_alg_head, dn_alg);
269 struct dn_alg *fp; /* Pointer to scheduler functions */
H A Ddn_sched_prio.c203 static struct dn_alg prio_desc = {
H A Ddn_sched_rr.c284 static struct dn_alg rr_desc = {
H A Dip_dummynet.c71 struct dn_alg *fp;
98 static struct dn_alg *
101 struct dn_alg *d;
2221 load_dn_sched(struct dn_alg *d)
2223 struct dn_alg *s;
2251 unload_dn_sched(struct dn_alg *s)
2253 struct dn_alg *tmp, *r;
2265 SLIST_REMOVE(&dn_cfg.schedlist, r, dn_alg, next);
2276 struct dn_alg *sch = arg;
H A Ddn_sched_wf2q.c346 static struct dn_alg wf2qp_desc = {
H A Ddn_sched_qfq.c807 static struct dn_alg qfq_desc = {
/freebsd-10.0-release/sys/netpfil/ipfw/test/
H A Ddn_test.h143 struct dn_alg { struct
H A Dmain.c357 struct dn_alg *p = NULL;

Completed in 181 milliseconds