Home
last modified time | relevance | path

Searched refs:dn_fsk (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_dn_private.h78 SLIST_HEAD(dn_fsk_head, dn_fsk);
202 struct dn_fsk { /* kernel side of a flowset */ struct
204 SLIST_ENTRY(dn_fsk) fsk_next; /* hash chain for fshash */ argument
213 SLIST_ENTRY(dn_fsk) sch_chain; /* list of fsk attached to sched */ argument
255 struct dn_fsk *fs; /* parent flowset. */ argument
286 struct dn_fsk *fs; /* Flowset for !MULTIQUEUE */
415 struct dn_queue *ipdn_q_find(struct dn_fsk *, struct dn_sch_inst *,
444 int dn_c_copy_fs(struct dn_fsk *f, struct copy_args *a, int nq);
H A Ddn_aqm.h102 int (*config)(struct dn_fsk *, struct dn_extra_parms *ep, int);
103 int (*deconfig)(struct dn_fsk *);
106 int (*getconfig)(struct dn_fsk *, struct dn_extra_parms *);
H A Dip_dummynet.c356 struct dn_fsk *fs = template->fs; in q_new()
394 struct dn_fsk *fs = q->fs; in dn_delete_queue()
432 qht_delete(struct dn_fsk *fs, int flags) in qht_delete()
456 ipdn_q_find(struct dn_fsk *fs, struct dn_sch_inst *si, in ipdn_q_find()
655 ((struct dn_fsk *)key)->fs.fs_nr; in fsk_hash()
663 struct dn_fsk *fs = obj; in fsk_match()
665 ((struct dn_fsk *)key)->fs.fs_nr; in fsk_match()
673 struct dn_fsk *fs; in fsk_new()
714 aqm_cleanup_deconfig_fs(struct dn_fsk *fs) in aqm_cleanup_deconfig_fs()
753 fsk_detach(struct dn_fsk *fs, int flags) in fsk_detach()
[all …]
H A Ddn_sched.h133 int (*new_fsk)(struct dn_fsk *f);
134 int (*free_fsk)(struct dn_fsk *f);
H A Ddn_aqm_codel.c345 aqm_codel_config(struct dn_fsk* fs, struct dn_extra_parms *ep, int len) in aqm_codel_config()
400 aqm_codel_deconfig(struct dn_fsk* fs) in aqm_codel_deconfig()
418 aqm_codel_getconfig(struct dn_fsk *fs, struct dn_extra_parms * ep) in aqm_codel_getconfig()
H A Dip_dn_glue.c615 struct dn_fsk *f = s->fs; in dn_c_copy_pipe()
700 dn_c_copy_fs(struct dn_fsk *f, struct copy_args *a, int nq) in dn_c_copy_fs()
734 struct dn_fsk *fs = (struct dn_fsk *)_o; in dn_compat_copy_queue()
774 struct dn_fsk *fs = _o; in copy_data_helper_compat()
H A Ddn_sched_wf2q.c138 struct dn_fsk *fs = q->fs; in wf2qp_enqueue()
298 wf2qp_new_fsk(struct dn_fsk *fs) in wf2qp_new_fsk()
H A Ddn_aqm_pie.c687 aqm_pie_config(struct dn_fsk* fs, struct dn_extra_parms *ep, int len) in aqm_pie_config()
765 aqm_pie_deconfig(struct dn_fsk* fs) in aqm_pie_deconfig()
779 aqm_pie_getconfig (struct dn_fsk *fs, struct dn_extra_parms * ep) in aqm_pie_getconfig()
H A Ddn_sched_prio.c154 prio_new_fsk(struct dn_fsk *fs) in prio_new_fsk()
H A Ddn_sched_rr.c243 rr_new_fsk(struct dn_fsk *fs) in rr_new_fsk()
H A Dip_dn_io.c327 struct dn_fsk *fs = q->fs; in red_drops()
904 struct dn_fsk *fs = NULL; in dummynet_io()
H A Ddummynet.txt118 A dn_queue has a pointer to the dn_fsk (which in turn counts
127 struct dn_fsk
129 for the list of dn_fsk attached to the same scheduler,
132 The dn_fsk is in a hash table, fshash.
147 a hash table of dn_sch_inst, a list of dn_fsk
H A Ddn_sched_qfq.c795 qfq_new_fsk(struct dn_fsk *f) in qfq_new_fsk()
/freebsd/sys/netpfil/ipfw/test/
H A Dmain.c73 struct dn_fsk *fs; /* array of flowsets */
546 c->q_len, (int)sizeof(struct dn_fsk), in init()
550 c->fs = calloc(c->flowsets, sizeof(struct dn_fsk)); in init()
569 struct dn_fsk *fsk = &c->fs[i]; in init()