Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq_codel.c94 struct codel_if *cif; in codel_add_altq()
104 cif = malloc(sizeof(struct codel_if), M_DEVBUF, M_NOWAIT | M_ZERO); in codel_add_altq()
144 struct codel_if *cif; in codel_remove_altq()
160 struct codel_if *cif; in codel_getqstats()
183 struct codel_if *cif = (struct codel_if *)ifq->altq_disc; in codel_request()
212 struct codel_if *cif = (struct codel_if *) ifq->altq_disc; in codel_enqueue()
238 struct codel_if *cif = (struct codel_if *)ifq->altq_disc; in codel_dequeue()
H A Daltq_codel.h115 struct codel_if { struct
116 struct codel_if *cif_next; /* interface state list */ argument