Searched refs:getconfig (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/netpfil/ipfw/ |
| H A D | dn_sched_fifo.c | 128 _SI( .getconfig = ) NULL,
|
| H A D | dn_aqm.h | 109 int (*getconfig)(struct dn_fsk *, struct dn_extra_parms *); member
|
| H A D | dn_sched.h | 139 int (*getconfig)(struct dn_schk *, struct dn_extra_parms *); member
|
| H A D | dn_sched_prio.c | 234 _SI( .getconfig = ) NULL,
|
| H A D | dn_sched_rr.c | 320 _SI( .getconfig = ) NULL,
|
| H A D | dn_sched_wf2q.c | 379 _SI( .getconfig = ) NULL,
|
| H A D | dn_aqm_codel.c | 437 _SI( .getconfig = ) aqm_codel_getconfig,
|
| H A D | dn_sched_fq_codel.c | 612 _SI( .getconfig = ) fq_codel_getconfig,
|
| H A D | ip_dummynet.c | 1372 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 D | dn_aqm_pie.c | 803 _SI( .getconfig = ) aqm_pie_getconfig,
|
| H A D | dn_sched_qfq.c | 847 _SI( .getconfig = ) NULL,
|
| H A D | dn_sched_fq_pie.c | 1226 _SI( .getconfig = ) fq_pie_getconfig,
|