Searched refs:cbq_state_t (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/net/pktsched/
H A Dpktsched_cbq.h178 } cbq_state_t; typedef in typeref:struct:cbqstate
183 extern cbq_state_t *cbq_alloc(struct ifnet *, int, boolean_t);
184 extern int cbq_destroy(cbq_state_t *);
185 extern void cbq_purge(cbq_state_t *);
186 extern void cbq_event(cbq_state_t *, cqev_t);
187 extern int cbq_add_queue(cbq_state_t *, u_int32_t, u_int32_t, u_int32_t,
190 extern int cbq_remove_queue(cbq_state_t *, u_int32_t);
191 extern int cbq_get_class_stats(cbq_state_t *, u_int32_t, class_stats_t *);
192 extern int cbq_enqueue(cbq_state_t *, struct rm_class *, struct mbuf *,
194 extern struct mbuf *cbq_dequeue(cbq_state_t *, cqdq_op_
[all...]
H A Dpktsched_cbq.c89 static int cbq_class_destroy(cbq_state_t *, struct rm_class *);
90 static int cbq_destroy_locked(cbq_state_t *);
91 static struct rm_class *cbq_clh_to_clp(cbq_state_t *, u_int32_t);
92 static const char *cbq_style(cbq_state_t *);
93 static int cbq_clear_interface(cbq_state_t *);
117 cbq_size = sizeof (cbq_state_t);
129 cbq_state_t *
132 cbq_state_t *cbqp;
134 /* allocate and initialize cbq_state_t */
155 cbq_destroy(cbq_state_t *cbq
[all...]
/macosx-10.9.5/xnu-2422.115.4/bsd/net/altq/
H A Daltq_cbq.c108 cbq_state_t *cbqp;
131 cbq_state_t *cbqp;
146 cbq_state_t *cbqp;
167 cbq_state_t *cbqp;
186 cbq_state_t *cbqp;
217 cbq_state_t *cbqp = (cbq_state_t *)altq->altq_disc;

Completed in 61 milliseconds