Searched refs:codel_if (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/sys/net/altq/
H A Daltq_codel.h109 struct codel_if { struct
110 struct codel_if *cif_next; /* interface state list */
H A Daltq_codel.c94 struct codel_if *cif;
105 cif = malloc(sizeof(struct codel_if), M_DEVBUF, M_NOWAIT | M_ZERO);
145 struct codel_if *cif;
161 struct codel_if *cif;
184 struct codel_if *cif = (struct codel_if *)ifq->altq_disc;
213 struct codel_if *cif = (struct codel_if *) ifq->altq_disc;
239 struct codel_if *cif = (struct codel_if *)if
[all...]

Completed in 41 milliseconds