Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Dip_dn_private.h82 SLIST_HEAD(dn_fsk_head, dn_fsk);
210 struct dn_fsk { /* kernel side of a flowset */ struct
212 SLIST_ENTRY(dn_fsk) fsk_next; /* hash chain for fshash */ argument
221 SLIST_ENTRY(dn_fsk) sch_chain; /* list of fsk attached to sched */ argument
263 struct dn_fsk *fs; /* parent flowset. */ argument
294 struct dn_fsk *fs; /* Flowset for !MULTIQUEUE */
412 struct dn_queue *ipdn_q_find(struct dn_fsk *, struct dn_sch_inst *,
441 int dn_c_copy_fs(struct dn_fsk *f, struct copy_args *a, int nq);
H A Ddn_aqm.h105 int (*config)(struct dn_fsk *, struct dn_extra_parms *ep, int);
106 int (*deconfig)(struct dn_fsk *);
109 int (*getconfig)(struct dn_fsk *, struct dn_extra_parms *);
H A Dip_dummynet.c639 struct dn_fsk *fs = obj; in fsk_match()
649 struct dn_fsk *fs; in fsk_new()
776 struct dn_fsk *fs; in fsk_detach_list()
795 struct dn_fsk *fs; in delete_fs()
1086 struct dn_fsk *fs; in copy_fsk_list()
1158 struct dn_fsk *fs = _o; in copy_data_helper()
1268 struct dn_fsk *fs; in update_red()
1318 struct dn_fsk *fs, *tmp; in update_fs()
1338 struct dn_fsk *fs; in get_aqm_parms()
1590 static struct dn_fsk *
[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.c343 aqm_codel_config(struct dn_fsk* fs, struct dn_extra_parms *ep, int len) in aqm_codel_config()
398 aqm_codel_deconfig(struct dn_fsk* fs) in aqm_codel_deconfig()
416 aqm_codel_getconfig(struct dn_fsk *fs, struct dn_extra_parms * ep) in aqm_codel_getconfig()
H A Dip_dn_glue.c613 struct dn_fsk *f = s->fs; in dn_c_copy_pipe()
695 dn_c_copy_fs(struct dn_fsk *f, struct copy_args *a, int nq) in dn_c_copy_fs()
726 struct dn_fsk *fs = (struct dn_fsk *)_o; in dn_compat_copy_queue()
766 struct dn_fsk *fs = _o; in copy_data_helper_compat()
H A Ddn_sched_wf2q.c139 struct dn_fsk *fs = q->fs; in wf2qp_enqueue()
296 wf2qp_new_fsk(struct dn_fsk *fs) in wf2qp_new_fsk()
H A Ddn_aqm_pie.c683 aqm_pie_config(struct dn_fsk* fs, struct dn_extra_parms *ep, int len) in aqm_pie_config()
761 aqm_pie_deconfig(struct dn_fsk* fs) in aqm_pie_deconfig()
775 aqm_pie_getconfig (struct dn_fsk *fs, struct dn_extra_parms * ep) in aqm_pie_getconfig()
H A Ddn_sched_prio.c155 prio_new_fsk(struct dn_fsk *fs) in prio_new_fsk()
H A Ddn_sched_rr.c244 rr_new_fsk(struct dn_fsk *fs) in rr_new_fsk()
H A Dip_dn_io.c345 struct dn_fsk *fs = q->fs; in red_drops()
868 struct dn_fsk *fs = NULL; in dummynet_io()
H A Ddummynet.txt119 A dn_queue has a pointer to the dn_fsk (which in turn counts
128 struct dn_fsk
130 for the list of dn_fsk attached to the same scheduler,
133 The dn_fsk is in a hash table, fshash.
148 a hash table of dn_sch_inst, a list of dn_fsk
H A Ddn_sched_qfq.c796 qfq_new_fsk(struct dn_fsk *f) in qfq_new_fsk()
/f-stack/freebsd/netpfil/ipfw/test/
H A Dmain.c74 struct dn_fsk *fs; /* array of flowsets */
547 c->q_len, (int)sizeof(struct dn_fsk), in init()
551 c->fs = calloc(c->flowsets, sizeof(struct dn_fsk)); in init()
570 struct dn_fsk *fsk = &c->fs[i]; in init()