Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel_helper.h127 if (cprms->flags & CODEL_ECN_ENABLED && ecn_mark(m)) { in fqc_codel_dequeue()
156 if (!(cprms->flags & CODEL_ECN_ENABLED) || !ecn_mark(m)) { in fqc_codel_dequeue()
H A Ddn_aqm_codel.h159 if (cprms->flags & CODEL_ECN_ENABLED && ecn_mark(m)) { in codel_dequeue()
190 if (!(cprms->flags & CODEL_ECN_ENABLED) || !ecn_mark(m)) { in codel_dequeue()
H A Dip_dn_private.h456 int ecn_mark(struct mbuf* m);
H A Dip_dn_io.c420 ecn_mark(struct mbuf* m) in ecn_mark() function
530 if (!(f->flags & DN_IS_ECN) || !ecn_mark(m)) in dn_enqueue()
H A Ddn_aqm_pie.c518 && ecn_mark(m)) in aqm_pie_enqueue()
H A Ddn_sched_fq_pie.c709 && ecn_mark(m)) in pie_enqueue()