Searched refs:ifaltq (Results 1 - 9 of 9) sorted by relevance

/xnu-2782.1.97/bsd/net/altq/
H A Dif_altq.h71 struct ifaltq;
74 typedef int (*altq_enq_func)(struct ifaltq *, struct mbuf *);
75 typedef struct mbuf *(*altq_deq_func)(struct ifaltq *, enum altdq_op);
76 typedef struct mbuf *(*altq_deq_sc_func)(struct ifaltq *,
78 typedef int (*altq_req_func)(struct ifaltq *, enum altrq, void *);
83 struct ifaltq { struct
161 extern int altq_attach(struct ifaltq *, u_int32_t, void *,
163 extern int altq_detach(struct ifaltq *);
164 extern int altq_enable(struct ifaltq *);
165 extern int altq_disable(struct ifaltq *);
[all...]
H A Daltq_fairq.c115 static int altq_fairq_enqueue(struct ifaltq *, struct mbuf *);
116 static struct mbuf *altq_fairq_dequeue(struct ifaltq *, enum altdq_op);
117 static int altq_fairq_request(struct ifaltq *, enum altrq, void *);
247 altq_fairq_request(struct ifaltq *altq, enum altrq req, void *arg)
273 * (*altq_enqueue) in struct ifaltq.
276 altq_fairq_enqueue(struct ifaltq *altq, struct mbuf *m)
292 * (*altq_dequeue) in struct ifaltq.
300 altq_fairq_dequeue(struct ifaltq *altq, enum altdq_op op)
H A Daltq_priq.c82 static int altq_priq_enqueue(struct ifaltq *, struct mbuf *);
83 static struct mbuf *altq_priq_dequeue(struct ifaltq *, enum altdq_op);
84 static int altq_priq_request(struct ifaltq *, enum altrq, void *);
212 altq_priq_request(struct ifaltq *altq, enum altrq req, void *arg)
235 * (*altq_enqueue) in struct ifaltq.
238 altq_priq_enqueue(struct ifaltq *altq, struct mbuf *m)
254 * (*altq_dequeue) in struct ifaltq.
262 altq_priq_dequeue(struct ifaltq *altq, enum altdq_op op)
H A Daltq_qfq.c53 static int altq_qfq_enqueue(struct ifaltq *, struct mbuf *);
54 static struct mbuf *altq_qfq_dequeue(struct ifaltq *, enum altdq_op);
55 static int altq_qfq_request(struct ifaltq *, enum altrq, void *);
183 altq_qfq_request(struct ifaltq *altq, enum altrq req, void *arg)
209 * (*altq_enqueue) in struct ifaltq.
212 altq_qfq_enqueue(struct ifaltq *altq, struct mbuf *m)
228 * (*altq_dequeue) in struct ifaltq.
236 altq_qfq_dequeue(struct ifaltq *altq, enum altdq_op op)
H A Daltq_cbq.c82 static int altq_cbq_request(struct ifaltq *, enum altrq, void *);
83 static int altq_cbq_enqueue(struct ifaltq *, struct mbuf *);
84 static struct mbuf *altq_cbq_dequeue(struct ifaltq *, enum altdq_op);
215 altq_cbq_request(struct ifaltq *altq, enum altrq req, void *arg)
241 * (*altq_enqueue) in struct ifaltq.
244 altq_cbq_enqueue(struct ifaltq *altq, struct mbuf *m)
260 * (*altq_dequeue) in struct ifaltq.
268 altq_cbq_dequeue(struct ifaltq *altq, enum altdq_op op)
H A Daltq_hfsc.c84 static int altq_hfsc_request(struct ifaltq *, enum altrq, void *);
85 static int altq_hfsc_enqueue(struct ifaltq *, struct mbuf *);
86 static struct mbuf *altq_hfsc_dequeue(struct ifaltq *, enum altdq_op);
233 altq_hfsc_request(struct ifaltq *altq, enum altrq req, void *arg)
259 * (*altq_enqueue) in struct ifaltq.
262 altq_hfsc_enqueue(struct ifaltq *altq, struct mbuf *m)
278 * (*altq_dequeue) in struct ifaltq.
286 altq_hfsc_dequeue(struct ifaltq *altq, enum altdq_op op)
H A Daltq_subr.c117 altq_attach(struct ifaltq *altq, u_int32_t type, void *discipline,
142 altq_detach(struct ifaltq *altq)
165 altq_enable(struct ifaltq *altq)
182 altq_disable(struct ifaltq *altq)
/xnu-2782.1.97/bsd/net/classq/
H A Dif_classq.h167 struct ifaltq ifcq_altq;
H A Dclassq_subr.c320 struct ifaltq *altq = IFCQ_ALTQ(ifq);
426 struct ifaltq *altq = IFCQ_ALTQ(ifq);
673 struct ifaltq *altq = IFCQ_ALTQ(ifq);

Completed in 37 milliseconds