Searched refs:fq_codel_flow (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/netpfil/ipfw/
H A Ddn_sched_fq_codel.h40 STAILQ_HEAD(fq_codel_list, fq_codel_flow) ;
61 struct fq_codel_flow { struct
67 STAILQ_ENTRY(fq_codel_flow) flowchain;
80 struct fq_codel_flow *flows; /* array of flows (queues) */
93 fq_update_stats(struct fq_codel_flow *q, struct fq_codel_si *si, int len,
139 fq_codel_extract_head(struct fq_codel_flow *q, aqm_time_t *pkt_ts, struct fq_codel_si *si)
H A Ddn_sched_fq_codel_helper.h53 fqc_dodequeue(struct fq_codel_flow *q, aqm_time_t now, uint16_t *ok_to_drop,
100 fqc_codel_dequeue(struct fq_codel_flow *q, struct fq_codel_si *si)
H A Ddn_sched_fq_codel.c154 codel_drop_head(struct fq_codel_flow *q, struct fq_codel_si *si)
174 codel_enqueue(struct fq_codel_flow *q, struct mbuf *m, struct fq_codel_si *si)
358 struct fq_codel_flow *f;
456 si->flows = malloc(schk->cfg.flows_cnt * sizeof(struct fq_codel_flow),

Completed in 103 milliseconds