Home
last modified time | relevance | path

Searched refs:aqmfp (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/netpfil/ipfw/
H A Dip_dummynet.c377 if (fs->aqmfp && fs->aqmfp->init) in q_new()
378 if(fs->aqmfp->init(q)) in q_new()
400 if (fs && fs->aqmfp && fs->aqmfp->cleanup) in dn_delete_queue()
401 fs->aqmfp->cleanup(q); in dn_delete_queue()
547 if (s->fs->aqmfp && s->fs->aqmfp->init) in si_new()
548 if(s->fs->aqmfp->init((struct dn_queue *)(si + 1))) { in si_new()
592 if (q->aqm_status && q->fs->aqmfp) in si_destroy()
593 if (q->fs->aqmfp->cleanup) in si_destroy()
594 q->fs->aqmfp->cleanup(q); in si_destroy()
695 if (si->sched->fs->aqmfp && si->sched->fs->aqmfp->cleanup) in si_cleanup_q()
[all …]
H A Ddn_sched.h179 if (q->fs->aqmfp && q->fs->aqmfp->dequeue ) in dn_dequeue()
180 return q->fs->aqmfp->dequeue(q); in dn_dequeue()
H A Ddn_aqm_pie.c661 if (q->fs->aqmfp && q->fs->aqmfp->type !=DN_AQM_PIE) { in aqm_pie_cleanup()
H A Dip_dn_private.h237 struct dn_aqm *aqmfp; /* Pointer to AQM functions */ member
H A Ddn_aqm_codel.c406 fs->aqmfp = NULL; in aqm_codel_deconfig()
H A Dip_dn_io.c526 if (q->fs->aqmfp) in dn_enqueue()
527 return q->fs->aqmfp->enqueue(q ,m); in dn_enqueue()