Home
last modified time | relevance | path

Searched refs:getconfig (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_fifo.c128 _SI( .getconfig = ) NULL,
H A Ddn_aqm.h109 int (*getconfig)(struct dn_fsk *, struct dn_extra_parms *); member
H A Ddn_sched.h139 int (*getconfig)(struct dn_schk *, struct dn_extra_parms *); member
H A Ddn_sched_prio.c234 _SI( .getconfig = ) NULL,
H A Ddn_sched_rr.c320 _SI( .getconfig = ) NULL,
H A Ddn_sched_wf2q.c379 _SI( .getconfig = ) NULL,
H A Ddn_aqm_codel.c437 _SI( .getconfig = ) aqm_codel_getconfig,
H A Ddn_sched_fq_codel.c612 _SI( .getconfig = ) fq_codel_getconfig,
H A Dip_dummynet.c1372 if (fs->aqmfp && fs->aqmfp->getconfig) { in get_aqm_parms()
1373 if(fs->aqmfp->getconfig(fs, ep)) { in get_aqm_parms()
1427 if (schk->fp && schk->fp->getconfig) { in get_sched_parms()
1428 if(schk->fp->getconfig(schk, ep)) { in get_sched_parms()
H A Ddn_aqm_pie.c803 _SI( .getconfig = ) aqm_pie_getconfig,
H A Ddn_sched_qfq.c847 _SI( .getconfig = ) NULL,
H A Ddn_sched_fq_pie.c1226 _SI( .getconfig = ) fq_pie_getconfig,