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

/freebsd-12-stable/sys/netpfil/ipfw/
H A Ddn_sched.h106 * new_fsk called when a flowset is linked to a scheduler,
135 int (*new_fsk)(struct dn_fsk *f); member in struct:dn_alg
H A Ddn_sched_fifo.c123 _SI( .new_fsk = ) NULL,
H A Ddn_sched_prio.c229 _SI( .new_fsk = ) prio_new_fsk,
H A Ddn_sched_rr.c316 _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_fq_pie.c1230 _SI( .new_fsk = ) NULL,
H A Ddn_sched_qfq.c844 _SI( .new_fsk = ) qfq_new_fsk,
H A Dip_dummynet.c1295 if (s->fp->new_fsk)
1296 s->fp->new_fsk(fs);
/freebsd-12-stable/sys/netpfil/ipfw/test/
H A Dmain.c570 /* complete the work calling new_fsk */
576 if (p && p->new_fsk)
577 p->new_fsk(fsk);

Completed in 165 milliseconds