Searched refs:dn_schk (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.0-release/sys/netpfil/ipfw/test/
H A Ddn_test.h134 struct dn_schk { struct
138 struct dn_schk *sched;
141 struct dn_schk *sched;
148 int (*config)(struct dn_schk *);
H A Dmain.c62 struct dn_schk *sched;
/freebsd-10.0-release/sys/netpfil/ipfw/
H A Dip_dn_private.h78 SLIST_HEAD(dn_schk_head, dn_schk);
210 struct dn_schk *sched; /* Sched we are linked to */
267 struct dn_schk { struct
274 SLIST_ENTRY(dn_schk) schk_next; /* hash chain for schedhash */
300 struct dn_schk *sched; /* the template */
365 struct dn_sch_inst *ipdn_si_find(struct dn_schk *, struct ipfw_flow_id *);
391 int dn_c_copy_pipe(struct dn_schk *s, struct copy_args *a, int nq);
H A Ddn_sched.h127 int (*config)(struct dn_schk *);
128 int (*destroy)(struct dn_schk*);
H A Dip_dummynet.c449 struct dn_schk *s = arg;
495 struct dn_schk *s = si->sched;
517 ipdn_si_find(struct dn_schk *s, struct ipfw_flow_id *id)
543 schk_reset_credit(struct dn_schk *s)
682 * struct dn_schk so we can cast between the two. We use this trick
689 ((struct dn_schk *)key)->sch.sched_nr;
696 struct dn_schk *s = (struct dn_schk *)obj;
698 ((struct dn_schk *)key)->sch.sched_nr;
711 struct dn_schk *
[all...]
H A Ddummynet.txt129 includes a dn_fs; a pointer to the dn_schk; a link field
138 a scheduler instance, created from a dn_schk applying sched_mask.
142 CREATE: created from a dn_schk applying sched_mask
146 struct dn_schk
H A Ddn_sched_rr.c61 * and is right after dn_schk
203 rr_config(struct dn_schk *_schk)
H A Dip_dn_glue.c607 dn_c_copy_pipe(struct dn_schk *s, struct copy_args *a, int nq)
669 struct dn_schk *s = (struct dn_schk *)_o;
754 struct dn_schk *s = _o;
H A Dip_dn_io.c471 extra_bits(struct mbuf *m, struct dn_schk *s)
497 struct dn_schk *s = si->sched;

Completed in 197 milliseconds