fq_pie_flow
struct fq_pie_flow *flows;
sizeof(struct fq_pie_flow), M_DUMMYNET, M_NOWAIT | M_ZERO);
struct fq_pie_flow *flows;
STAILQ_ENTRY(fq_pie_flow) flowchain;
struct fq_pie_flow *flows; /* array of flows (queues) */
fq_update_stats(struct fq_pie_flow *q, struct fq_pie_si *si, int len,
fq_pie_extract_head(struct fq_pie_flow *q, aqm_time_t *pkt_ts,
struct fq_pie_flow *q = (struct fq_pie_flow *) x;
fq_activate_pie(struct fq_pie_flow *q)
pie_init(struct fq_pie_flow *q, struct fq_pie_schk *fqpie_schk)
struct fq_pie_flow *q = x;
pie_cleanup(struct fq_pie_flow *q)
pie_dequeue(struct fq_pie_flow *q, struct fq_pie_si *si)
pie_enqueue(struct fq_pie_flow *q, struct mbuf* m, struct fq_pie_si *si)
pie_drop_head(struct fq_pie_flow *q, struct fq_pie_si *si)
STAILQ_HEAD(fq_pie_list, fq_pie_flow);
struct fq_pie_flow *flows;
struct fq_pie_flow *f;