Searched refs:codel_if (Results 1 – 2 of 2) sorted by relevance
94 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()
115 struct codel_if { struct116 struct codel_if *cif_next; /* interface state list */ argument