Searched refs:cbq_state_t (Results 1 – 2 of 2) sorted by relevance
61 static int cbq_class_destroy(cbq_state_t *, struct rm_class *);62 static struct rm_class *clh_to_clp(cbq_state_t *, u_int32_t);63 static int cbq_clear_interface(cbq_state_t *);70 static void cbq_purge(cbq_state_t *);79 cbq_class_destroy(cbq_state_t *cbqp, struct rm_class *cl) in cbq_class_destroy()102 clh_to_clp(cbq_state_t *cbqp, u_int32_t chandle) in clh_to_clp()125 cbq_clear_interface(cbq_state_t *cbqp) in cbq_clear_interface()160 cbq_state_t *cbqp = (cbq_state_t *)ifq->altq_disc; in cbq_request()227 cbq_state_t *cbqp; in cbq_add_altq()235 cbqp = malloc(sizeof(cbq_state_t), M_DEVBUF, M_NOWAIT | M_ZERO); in cbq_add_altq()[all …]
135 } cbq_state_t; typedef