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

/freebsd-10.0-release/sys/netpfil/ipfw/
H A Ddn_sched.h102 * new_fsk called when a flowset is linked to a scheduler,
131 int (*new_fsk)(struct dn_fsk *f); member in struct:dn_alg
H A Ddn_sched_fifo.c114 _SI( .new_fsk = ) NULL,
H A Ddn_sched_prio.c221 _SI( .new_fsk = ) prio_new_fsk,
H A Ddn_sched_rr.c300 _SI( .new_fsk = ) rr_new_fsk,
H A Ddn_sched_wf2q.c365 _SI( .new_fsk = ) wf2qp_new_fsk,
H A Ddn_sched_qfq.c823 _SI( .new_fsk = ) qfq_new_fsk,
H A Dip_dummynet.c1140 if (s->fp->new_fsk)
1141 s->fp->new_fsk(fs);
/freebsd-10.0-release/sys/netpfil/ipfw/test/
H A Ddn_test.h150 int (*new_fsk)(struct dn_fsk *); member in struct:dn_alg
H A Dmain.c466 /* complete the work calling new_fsk */
471 if (p && p->new_fsk)
472 p->new_fsk(&c->fs[i]);

Completed in 76 milliseconds