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

/freebsd-10.2-release/sys/netpfil/ipfw/
H A Dip_dn_private.h80 SLIST_HEAD(dn_fsk_head, dn_fsk);
200 struct dn_fsk { /* kernel side of a flowset */ struct
202 SLIST_ENTRY(dn_fsk) fsk_next; /* hash chain for fshash */
211 SLIST_ENTRY(dn_fsk) sch_chain; /* list of fsk attached to sched */
249 struct dn_fsk *fs; /* parent flowset. */
277 struct dn_fsk *fs; /* Flowset for !MULTIQUEUE */
363 struct dn_queue *ipdn_q_find(struct dn_fsk *, struct dn_sch_inst *,
392 int dn_c_copy_fs(struct dn_fsk *f, struct copy_args *a, int nq);
H A Ddn_sched.h131 int (*new_fsk)(struct dn_fsk *f);
132 int (*free_fsk)(struct dn_fsk *f);
H A Dip_dummynet.c301 struct dn_fsk *fs = template->fs;
331 struct dn_fsk *fs = q->fs;
362 qht_delete(struct dn_fsk *fs, int flags)
386 ipdn_q_find(struct dn_fsk *fs, struct dn_sch_inst *si,
561 ((struct dn_fsk *)key)->fs.fs_nr;
569 struct dn_fsk *fs = obj;
571 ((struct dn_fsk *)key)->fs.fs_nr;
579 struct dn_fsk *fs;
598 fsk_detach(struct dn_fsk *fs, int flags)
610 SLIST_REMOVE(h, fs, dn_fsk, sch_chai
[all...]
H A Ddn_sched_wf2q.c131 struct dn_fsk *fs = q->fs;
288 wf2qp_new_fsk(struct dn_fsk *fs)
H A Dip_dn_glue.c610 struct dn_fsk *f = s->fs;
693 dn_c_copy_fs(struct dn_fsk *f, struct copy_args *a, int nq)
724 struct dn_fsk *fs = (struct dn_fsk *)_o;
764 struct dn_fsk *fs = _o;
H A Ddn_sched_prio.c147 prio_new_fsk(struct dn_fsk *fs)
H A Ddn_sched_rr.c236 rr_new_fsk(struct dn_fsk *fs)
H A Dip_dn_io.c304 struct dn_fsk *fs = q->fs;
755 struct dn_fsk *fs = NULL;
H A Ddn_sched_qfq.c777 qfq_new_fsk(struct dn_fsk *f)
/freebsd-10.2-release/sys/netpfil/ipfw/test/
H A Ddn_test.h131 struct dn_fsk *fs; /* parent flowset. */
136 struct dn_fsk { struct
150 int (*new_fsk)(struct dn_fsk *);
H A Dmain.c60 struct dn_fsk *fs; /* array of flowsets */
450 c->fs = calloc(c->flowsets, sizeof(struct dn_fsk));

Completed in 120 milliseconds