Home | History | Annotate | Download | only in altq

Lines Matching refs:cbq

43 #ifdef ALTQ_CBQ	/* cbq is enabled by ALTQ_CBQ option in opt_altq.h */
487 * to the cbq, then invokes the driver's start routine.
558 --cbqp->cbq_qlen; /* decrement # of packets in cbq */
582 /* cbq must have been detached */
698 * This function create a new traffic class in the CBQ class hierarchy of
700 * or a new dynamic class. If CBQ is not initialized, the root class
815 * of interfaces for the specified interface and then enables CBQ on
915 * set CBQ to this ifnet structure.
946 /* remove CBQ from the ifnet structure. */
970 * cbq device interface
973 altqdev_decl(cbq);
1121 {"cbq", cbqopen, cbqclose, cbqioctl};