Searched refs:codel_if (Results 1 – 2 of 2) sorted by relevance
93 struct codel_if *cif; in codel_add_altq()103 cif = malloc(sizeof(struct codel_if), M_DEVBUF, M_NOWAIT | M_ZERO); in codel_add_altq()143 struct codel_if *cif; in codel_remove_altq()159 struct codel_if *cif; in codel_getqstats()182 struct codel_if *cif = (struct codel_if *)ifq->altq_disc; in codel_request()211 struct codel_if *cif = (struct codel_if *) ifq->altq_disc; in codel_enqueue()237 struct codel_if *cif = (struct codel_if *)ifq->altq_disc; in codel_dequeue()
113 struct codel_if { struct114 struct codel_if *cif_next; /* interface state list */ argument