Home
last modified time | relevance | path

Searched refs:codel_vars (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/net/altq/
H A Daltq_codel.h91 struct codel_vars { struct
104 struct codel_vars vars; argument
H A Daltq_codel.c65 static void codel_Newton_step(struct codel_vars *);
362 codel_Newton_step(struct codel_vars *vars) in codel_Newton_step()