Searched defs:altq (Results 1 - 15 of 15) sorted by relevance

/darwin-on-arm/xnu/bsd/net/altq/
H A Daltq_cbq.c215 altq_cbq_request(struct ifaltq *altq, enum altrq req, void *arg) argument
240 altq_cbq_enqueue(struct ifaltq *altq, struct mbuf *m) argument
264 altq_cbq_dequeue(struct ifaltq *altq, enum altdq_op op) argument
[all...]
H A Daltq_fairq.c247 altq_fairq_request(struct ifaltq *altq, enum altrq req, void *arg) argument
272 altq_fairq_enqueue(struct ifaltq *altq, struct mbuf *m) argument
296 altq_fairq_dequeue(struct ifaltq *altq, enu argument
[all...]
H A Daltq_hfsc.c233 altq_hfsc_request(struct ifaltq *altq, enum altrq req, void *arg) argument
258 altq_hfsc_enqueue(struct ifaltq *altq, struct mbuf *m) argument
282 altq_hfsc_dequeue(struct ifaltq *altq, enum altdq_op op) argument
[all...]
H A Daltq_priq.c212 altq_priq_request(struct ifaltq *altq, enum altrq req, void *arg) argument
238 altq_priq_enqueue(struct ifaltq *altq, struct mbuf *m) argument
262 altq_priq_dequeue(struct ifaltq *altq, enum altdq_op op) argument
[all...]
H A Daltq_qfq.c183 altq_qfq_request(struct ifaltq *altq, enum altrq req, void *arg) argument
208 altq_qfq_enqueue(struct ifaltq *altq, struct mbuf *m) argument
232 altq_qfq_dequeue(struct ifaltq *altq, enum altdq_op op) argument
[all...]
H A Daltq_subr.c117 altq_attach(struct ifaltq *altq, u_int32_t type, void *discipline, argument
142 altq_detach(struct ifaltq *altq) argument
165 altq_enable(struct ifaltq *altq) argument
182 altq_disable(struct ifaltq *altq) argument
[all...]
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_cbq.c130 cbq_alloc(struct ifnet *ifp, int how, boolean_t altq) argument
H A Dpktsched_tcq.c115 tcq_alloc(struct ifnet *ifp, int how, boolean_t altq) argument
H A Dpktsched_fairq.c202 fairq_alloc(struct ifnet *ifp, int how, boolean_t altq) argument
H A Dpktsched_priq.c143 priq_alloc(struct ifnet *ifp, int how, boolean_t altq) argument
H A Dpktsched_hfsc.c199 hfsc_alloc(struct ifnet *ifp, int how, boolean_t altq) argument
H A Dpktsched_qfq.c181 qfq_alloc(struct ifnet *ifp, int how, boolean_t altq) argument
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_subr.c298 struct ifaltq *altq = IFCQ_ALTQ(ifq); local
402 struct ifaltq *altq = IFCQ_ALTQ(ifq); local
645 struct ifaltq *altq = IFCQ_ALTQ(ifq); local
[all...]
/darwin-on-arm/xnu/bsd/net/
H A Dpf_ioctl.c957 struct pf_altq *altq; local
982 struct pf_altq *altq; local
1007 struct pf_altq *altq; local
1057 pf_enable_altq(struct pf_altq *altq) argument
1099 pf_disable_altq(struct pf_altq *altq) argument
1991 struct pf_altq *altq; local
2009 struct pf_altq *altq; local
2028 struct pf_altq *altq, *a; local
2077 struct pf_altq *altq; local
2091 struct pf_altq *altq; local
2123 struct pf_altq *altq; local
[all...]
H A Dpfvar.h1920 struct pf_altq altq __attribute__((aligned(8))); member in struct:pfioc_altq

Completed in 61 milliseconds