Home
last modified time | relevance | path

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

/f-stack/freebsd/netpfil/ipfw/
H A Ddn_sched_fq_codel_helper.h129 if (cprms->flags & CODEL_ECN_ENABLED && ecn_mark(m)) { in fqc_codel_dequeue()
158 if (!(cprms->flags & CODEL_ECN_ENABLED) || !ecn_mark(m)) { in fqc_codel_dequeue()
H A Ddn_aqm_codel.h161 if (cprms->flags & CODEL_ECN_ENABLED && ecn_mark(m)) { in codel_dequeue()
192 if (!(cprms->flags & CODEL_ECN_ENABLED) || !ecn_mark(m)) { in codel_dequeue()
H A Dip_dn_private.h453 int ecn_mark(struct mbuf* m);
H A Dip_dn_io.c438 ecn_mark(struct mbuf* m) in ecn_mark() function
526 if (!(f->flags & DN_IS_ECN) || !ecn_mark(m)) in dn_enqueue()
H A Ddn_aqm_pie.c516 && ecn_mark(m)) in aqm_pie_enqueue()
H A Ddn_sched_fq_pie.c707 && ecn_mark(m)) in pie_enqueue()