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

/darwin-on-arm/xnu/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)
269 * (*altq_enqueue) in struct ifaltq.
272 altq_fairq_enqueue(struct ifaltq *altq, struct mbuf *m)
288 * (*altq_dequeue) in struct ifaltq.
296 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)
205 * (*altq_enqueue) in struct ifaltq.
208 altq_qfq_enqueue(struct ifaltq *altq, struct mbuf *m)
224 * (*altq_dequeue) in struct ifaltq.
232 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)
237 * (*altq_enqueue) in struct ifaltq.
240 altq_cbq_enqueue(struct ifaltq *altq, struct mbuf *m)
256 * (*altq_dequeue) in struct ifaltq.
264 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)
255 * (*altq_enqueue) in struct ifaltq.
258 altq_hfsc_enqueue(struct ifaltq *altq, struct mbuf *m)
274 * (*altq_dequeue) in struct ifaltq.
282 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)
/darwin-on-arm/xnu/bsd/net/classq/
H A Dif_classq.h158 struct ifaltq ifcq_altq;
H A Dclassq_subr.c298 struct ifaltq *altq = IFCQ_ALTQ(ifq);
402 struct ifaltq *altq = IFCQ_ALTQ(ifq);
645 struct ifaltq *altq = IFCQ_ALTQ(ifq);

Completed in 74 milliseconds