sys/net/fq_codel.c
131
struct mbuf *fqcodel_enq(struct fqcodel *, struct mbuf *);
sys/net/fq_codel.c
132
struct mbuf *fqcodel_deq_begin(struct fqcodel *, void **,
sys/net/fq_codel.c
134
void fqcodel_deq_commit(struct fqcodel *, struct mbuf *, void *);
sys/net/fq_codel.c
135
void fqcodel_purge(struct fqcodel *, struct mbuf_list *);
sys/net/fq_codel.c
516
classify_flow(struct fqcodel *fqc, struct mbuf *m)
sys/net/fq_codel.c
529
fqcodel_enq(struct fqcodel *fqc, struct mbuf *m)
sys/net/fq_codel.c
600
select_queue(struct fqcodel *fqc)
sys/net/fq_codel.c
612
first_flow(struct fqcodel *fqc, struct flowq **fq)
sys/net/fq_codel.c
634
next_flow(struct fqcodel *fqc, struct flow *flow, struct flowq **fq)
sys/net/fq_codel.c
654
fqcodel_deq_begin(struct fqcodel *fqc, void **cookiep,
sys/net/fq_codel.c
691
fqcodel_deq_commit(struct fqcodel *fqc, struct mbuf *m, void *cookie)
sys/net/fq_codel.c
705
fqcodel_purge(struct fqcodel *fqc, struct mbuf_list *ml)
sys/net/fq_codel.c
747
struct fqcodel *fqc;
sys/net/fq_codel.c
749
fqc = malloc(sizeof(struct fqcodel), M_DEVBUF, M_WAITOK | M_ZERO);
sys/net/fq_codel.c
762
struct fqcodel *fqc = arg;
sys/net/fq_codel.c
806
struct fqcodel *fqc = arg;
sys/net/fq_codel.c
811
free(fqc, M_DEVBUF, sizeof(struct fqcodel));
sys/net/fq_codel.c
819
struct fqcodel *fqc;
sys/net/fq_codel.c
868
return ((struct fqcodel *)fqc)->qlength;