Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netpfil/ipfw/
Dip_dummynet.c368 if (fs->aqmfp && fs->aqmfp->init) in q_new()
369 if(fs->aqmfp->init(q)) in q_new()
391 if (fs && fs->aqmfp && fs->aqmfp->cleanup) in dn_delete_queue()
392 fs->aqmfp->cleanup(q); in dn_delete_queue()
538 if (s->fs->aqmfp && s->fs->aqmfp->init) in si_new()
539 if(s->fs->aqmfp->init((struct dn_queue *)(si + 1))) { in si_new()
583 if (q->aqm_status && q->fs->aqmfp) in si_destroy()
584 if (q->fs->aqmfp->cleanup) in si_destroy()
585 q->fs->aqmfp->cleanup(q); in si_destroy()
686 if (si->sched->fs->aqmfp && si->sched->fs->aqmfp->cleanup) in si_cleanup_q()
[all …]
Ddn_sched.h178 if (q->fs->aqmfp && q->fs->aqmfp->dequeue ) in dn_dequeue()
179 return q->fs->aqmfp->dequeue(q); in dn_dequeue()
Ddn_aqm_pie.c658 if (q->fs->aqmfp && q->fs->aqmfp->type !=DN_AQM_PIE) { in aqm_pie_cleanup()
Dip_dn_private.h239 struct dn_aqm *aqmfp; /* Pointer to AQM functions */ member
Ddn_aqm_codel.c400 fs->aqmfp = NULL; in aqm_codel_deconfig()
Dip_dn_io.c501 if (q->fs->aqmfp) in dn_enqueue()
502 return q->fs->aqmfp->enqueue(q ,m); in dn_enqueue()