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

/freebsd-10-stable/sys/netpfil/ipfw/
H A Ddn_sched.h127 int (*config)(struct dn_schk *);
128 int (*destroy)(struct dn_schk*);
137 int (*getconfig)(struct dn_schk *, struct dn_extra_parms *);
H A Dip_dn_private.h78 SLIST_HEAD(dn_schk_head, dn_schk);
217 struct dn_schk *sched; /* Sched we are linked to */
281 struct dn_schk { struct
288 SLIST_ENTRY(dn_schk) schk_next; /* hash chain for schedhash */
314 struct dn_schk *sched; /* the template */
398 struct dn_sch_inst *ipdn_si_find(struct dn_schk *, struct ipfw_flow_id *);
424 int dn_c_copy_pipe(struct dn_schk *s, struct copy_args *a, int nq);
H A Dip_dummynet.c492 struct dn_schk *s = arg;
548 struct dn_schk *s = si->sched;
584 ipdn_si_find(struct dn_schk *s, struct ipfw_flow_id *id)
610 schk_reset_credit(struct dn_schk *s)
814 * struct dn_schk so we can cast between the two. We use this trick
821 ((struct dn_schk *)key)->sch.sched_nr;
828 struct dn_schk *s = (struct dn_schk *)obj;
830 ((struct dn_schk *)key)->sch.sched_nr;
843 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 Dip_dn_glue.c610 dn_c_copy_pipe(struct dn_schk *s, struct copy_args *a, int nq)
672 struct dn_schk *s = (struct dn_schk *)_o;
757 struct dn_schk *s = _o;
H A Ddn_sched_rr.c67 * and is right after dn_schk
209 rr_config(struct dn_schk *_schk)
H A Ddn_sched_fq_codel.c501 fq_codel_config(struct dn_schk *_schk)
570 fq_codel_getconfig (struct dn_schk *_schk, struct dn_extra_parms *ep) {
H A Ddn_sched_fq_pie.c1094 fq_pie_config(struct dn_schk *_schk)
1184 fq_pie_getconfig (struct dn_schk *_schk, struct dn_extra_parms *ep) {
H A Dip_dn_io.c553 extra_bits(struct mbuf *m, struct dn_schk *s)
579 struct dn_schk *s = si->sched;
/freebsd-10-stable/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;

Completed in 98 milliseconds