Lines Matching defs:fqcodel
97 struct fqcodel {
128 struct mbuf *fqcodel_enq(struct fqcodel *, struct mbuf *);
129 struct mbuf *fqcodel_deq_begin(struct fqcodel *, void **,
131 void fqcodel_deq_commit(struct fqcodel *, struct mbuf *, void *);
132 void fqcodel_purge(struct fqcodel *, struct mbuf_list *);
513 classify_flow(struct fqcodel *fqc, struct mbuf *m)
526 fqcodel_enq(struct fqcodel *fqc, struct mbuf *m)
578 select_queue(struct fqcodel *fqc)
590 first_flow(struct fqcodel *fqc, struct flowq **fq)
612 next_flow(struct fqcodel *fqc, struct flow *flow, struct flowq **fq)
632 fqcodel_deq_begin(struct fqcodel *fqc, void **cookiep,
669 fqcodel_deq_commit(struct fqcodel *fqc, struct mbuf *m, void *cookie)
683 fqcodel_purge(struct fqcodel *fqc, struct mbuf_list *ml)
724 struct fqcodel *fqc;
726 fqc = malloc(sizeof(struct fqcodel), M_DEVBUF, M_WAITOK | M_ZERO);
738 struct fqcodel *fqc = arg;
782 struct fqcodel *fqc = arg;
786 free(fqc, M_DEVBUF, sizeof(struct fqcodel));
794 struct fqcodel *fqc;
843 return ((struct fqcodel *)fqc)->qlength;