Home
last modified time | relevance | path

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

/NextBSD/sys/net/altq/
HDaltq_codel.h87 struct codel_vars { struct
100 struct codel_vars vars; argument
HDaltq_codel.c66 static void codel_Newton_step(struct codel_vars *);
363 codel_Newton_step(struct codel_vars *vars) in codel_Newton_step()