Home
last modified time | relevance | path

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

/netbsd/src/sys/altq/
Daltq_cbq.c75 static cbq_state_t *cbq_list = NULL; variable
926 new_cbqp->cbq_next = cbq_list; in cbq_ifattach()
927 cbq_list = new_cbqp; in cbq_ifattach()
950 if (cbq_list == cbqp) in cbq_ifdetach()
951 cbq_list = cbqp->cbq_next; in cbq_ifdetach()
955 for (cp = cbq_list; cp != NULL; cp = cp->cbq_next) in cbq_ifdetach()
990 while (cbq_list) { in cbqclose()
991 ifp = cbq_list->ifnp.ifq_->altq_ifp; in cbqclose()
1087 if (cbq_list == NULL) {
1091 cl = cbq_list->cbq_class_tbl[i];