sys/net/fq_codel.c
302
codel_backlog(struct codel *cd)
sys/net/fq_codel.c
308
codel_qlength(struct codel *cd)
sys/net/fq_codel.c
314
codel_delay(struct codel *cd)
sys/net/fq_codel.c
320
codel_enqueue(struct codel *cd, int64_t now, struct mbuf *m)
sys/net/fq_codel.c
333
control_law(struct codel *cd, struct codel_params *cp, int64_t rts)
sys/net/fq_codel.c
354
codel_next_packet(struct codel *cd, struct codel_params *cp, int64_t now,
sys/net/fq_codel.c
397
codel_state_change(struct codel *cd, int64_t now, struct mbuf *m, int drop,
sys/net/fq_codel.c
418
codel_dequeue(struct codel *cd, struct codel_params *cp, int64_t now,
sys/net/fq_codel.c
491
codel_commit(struct codel *cd, struct mbuf *m)
sys/net/fq_codel.c
505
codel_purge(struct codel *cd, struct mbuf_list *ml)
sys/net/fq_codel.c
81
void codel_enqueue(struct codel *, int64_t, struct mbuf *);
sys/net/fq_codel.c
82
struct mbuf *codel_dequeue(struct codel *, struct codel_params *, int64_t,
sys/net/fq_codel.c
84
struct mbuf *codel_commit(struct codel *, struct mbuf *);
sys/net/fq_codel.c
85
void codel_purge(struct codel *, struct mbuf_list *);
sys/net/fq_codel.c
88
struct codel cd;