Searched refs:cbqp (Results 1 – 1 of 1) sorted by relevance
79 cbq_class_destroy(cbq_state_t *cbqp, struct rm_class *cl) in cbq_class_destroy() argument84 rmc_delete_class(&cbqp->ifnp, cl); in cbq_class_destroy()90 if (cbqp->cbq_class_tbl[i] == cl) in cbq_class_destroy()91 cbqp->cbq_class_tbl[i] = NULL; in cbq_class_destroy()93 if (cl == cbqp->ifnp.root_) in cbq_class_destroy()94 cbqp->ifnp.root_ = NULL; in cbq_class_destroy()95 if (cl == cbqp->ifnp.default_) in cbq_class_destroy()96 cbqp->ifnp.default_ = NULL; in cbq_class_destroy()102 clh_to_clp(cbq_state_t *cbqp, u_int32_t chandle) in clh_to_clp() argument114 if ((cl = cbqp->cbq_class_tbl[i]) != NULL && in clh_to_clp()[all …]