Home
last modified time | relevance | path

Searched refs:new_fsk (Results 1 – 10 of 10) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_fifo.c123 _SI( .new_fsk = ) NULL,
H A Ddn_sched.h133 int (*new_fsk)(struct dn_fsk *f); member
H A Ddn_sched_prio.c228 _SI( .new_fsk = ) prio_new_fsk,
H A Ddn_sched_rr.c315 _SI( .new_fsk = ) rr_new_fsk,
H A Ddn_sched_wf2q.c373 _SI( .new_fsk = ) wf2qp_new_fsk,
H A Ddn_sched_fq_codel.c608 _SI( .new_fsk = ) NULL,
H A Ddn_sched_qfq.c842 _SI( .new_fsk = ) qfq_new_fsk,
H A Ddn_sched_fq_pie.c1222 _SI( .new_fsk = ) NULL,
H A Dip_dummynet.c1284 if (s->fp->new_fsk) in fsk_attach()
1285 s->fp->new_fsk(fs); in fsk_attach()
/f-stack/freebsd/netpfil/ipfw/test/
H A Dmain.c574 if (p && p->new_fsk) in init()
575 p->new_fsk(fsk); in init()