sys/net/fq_codel.c
107
struct codel_params cparams;
sys/net/fq_codel.c
253
codel_initparams(struct codel_params *cp, unsigned int target,
sys/net/fq_codel.c
293
codel_freeparams(struct codel_params *cp)
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
418
codel_dequeue(struct codel *cd, struct codel_params *cp, int64_t now,
sys/net/fq_codel.c
78
void codel_initparams(struct codel_params *, unsigned int,
sys/net/fq_codel.c
80
void codel_freeparams(struct codel_params *);
sys/net/fq_codel.c
82
struct mbuf *codel_dequeue(struct codel *, struct codel_params *, int64_t,