| /src/sys/altq/ |
| if_altq.h | 41 struct ifaltq { struct 56 int (*altq_enqueue)(struct ifaltq *, struct mbuf *); 57 struct mbuf *(*altq_dequeue)(struct ifaltq *, int); 58 int (*altq_request)(struct ifaltq *, int, void *); 159 extern int altq_attach(struct ifaltq *, int, void *, 160 int (*)(struct ifaltq *, struct mbuf *), 161 struct mbuf *(*)(struct ifaltq *, int), 162 int (*)(struct ifaltq *, int, void *), 165 extern int altq_detach(struct ifaltq *); 166 extern int altq_enable(struct ifaltq *); [all...] |
| altq_fifoq.h | 36 struct ifaltq *q_ifq; /* backpointer to ifaltq */
|
| altq_rmclass.h | 191 struct ifaltq *ifq_; 195 void (*restart)(struct ifaltq *); /* Restart routine. */ 236 extern int rmc_init(struct ifaltq *, struct rm_ifdat *, uint64_t, 237 void (*)(struct ifaltq *),
|
| altq_fifoq.c | 73 static int fifoq_enqueue(struct ifaltq *, struct mbuf *); 74 static struct mbuf *fifoq_dequeue(struct ifaltq *, int); 76 static int fifoq_request(struct ifaltq *, int, void *); 263 fifoq_enqueue(struct ifaltq *ifq, struct mbuf *m) 304 fifoq_dequeue(struct ifaltq *ifq, int op) 329 fifoq_request(struct ifaltq *ifq, int req, void *arg)
|
| altq_blue.h | 105 struct ifaltq *rq_ifq; /* backpointer to ifaltq */
|
| altq_rio.h | 128 struct ifaltq *rq_ifq; /* backpointer to ifaltq */
|
| altq_wfq.h | 116 struct ifaltq *ifq;
|
| altq_wfq.c | 72 static int wfq_ifenqueue(struct ifaltq *, struct mbuf *); 78 static struct mbuf *wfq_ifdequeue(struct ifaltq *, int); 83 static int wfq_request(struct ifaltq *, int, void *); 84 static int wfq_flush(struct ifaltq *); 215 wfq_request(struct ifaltq *ifq, int req, void *arg) 229 wfq_flush(struct ifaltq *ifq) 251 wfq_ifenqueue(struct ifaltq *ifq, struct mbuf *mp) 435 wfq_ifdequeue(struct ifaltq *ifq, int op)
|
| altq_priq.h | 155 struct ifaltq *pif_ifq; /* backpointer to ifaltq */
|
| altq_blue.c | 115 static int blue_enqueue(struct ifaltq *, struct mbuf *); 116 static struct mbuf *blue_dequeue(struct ifaltq *, int); 120 static int blue_request(struct ifaltq *, int, void *); 389 blue_enqueue(struct ifaltq *ifq, struct mbuf *m) 611 blue_dequeue(struct ifaltq * ifq, int op) 647 blue_request(struct ifaltq *ifq, int req, void *arg)
|
| altq_rio.c | 193 static int rio_enqueue(struct ifaltq *, struct mbuf *); 194 static struct mbuf *rio_dequeue(struct ifaltq *, int); 195 static int rio_request(struct ifaltq *, int, void *); 727 rio_request(struct ifaltq *ifq, int req, void *arg) 748 rio_enqueue(struct ifaltq *ifq, struct mbuf *m) 774 rio_dequeue(struct ifaltq *ifq, int op)
|
| altq_red.h | 172 struct ifaltq *rq_ifq; /* backpointer to ifaltq */
|
| altq_cbq.c | 84 static int cbq_request(struct ifaltq *, int, void *); 85 static int cbq_enqueue(struct ifaltq *, struct mbuf *); 86 static struct mbuf *cbq_dequeue(struct ifaltq *, int); 87 static void cbqrestart(struct ifaltq *); 200 cbq_request(struct ifaltq *ifq, int req, void *arg) 484 * cbq_enqueue(struct ifaltq *ifq, struct mbuf *m) 498 cbq_enqueue(struct ifaltq *ifq, struct mbuf *m) 552 cbq_dequeue(struct ifaltq *ifq, int op) 578 cbqrestart(struct ifaltq *ifq)
|
| altq_priq.c | 70 static struct priq_if *priq_attach(struct ifaltq *, u_int); 74 static int priq_request(struct ifaltq *, int, void *); 79 static int priq_enqueue(struct ifaltq *, struct mbuf *); 80 static struct mbuf *priq_dequeue(struct ifaltq *, int); 256 priq_request(struct ifaltq *ifq, int req, void *arg) 425 * (*altq_enqueue) in struct ifaltq. 428 priq_enqueue(struct ifaltq *ifq, struct mbuf *m) 482 * (*altq_dequeue) in struct ifaltq. 490 priq_dequeue(struct ifaltq *ifq, int op) 627 priq_attach(struct ifaltq *ifq, u_int bandwidth [all...] |
| altq_var.h | 227 int tbr_set(struct ifaltq *, struct tb_profile *); 228 int tbr_get(struct ifaltq *, struct tb_profile *);
|
| altq_subr.c | 127 altq_attach(struct ifaltq *ifq, int type, void *discipline, 128 int (*enqueue)(struct ifaltq *, struct mbuf *), 129 struct mbuf *(*dequeue)(struct ifaltq *, int), 130 int (*request)(struct ifaltq *, int, void *), 165 altq_detach(struct ifaltq *ifq) 191 altq_enable(struct ifaltq *ifq) 212 altq_disable(struct ifaltq *ifq) 250 tbr_dequeue(struct ifaltq *ifq, int op) 299 tbr_set(struct ifaltq *ifq, struct tb_profile *profile) 388 tbr_get(struct ifaltq *ifq, struct tb_profile *profile [all...] |
| altq_red.c | 206 static int red_enqueue(struct ifaltq *, struct mbuf *); 207 static struct mbuf *red_dequeue(struct ifaltq *, int); 208 static int red_request(struct ifaltq *, int, void *); 1009 red_enqueue(struct ifaltq *ifq, struct mbuf *m) 1033 red_dequeue(struct ifaltq *ifq, int op) 1049 red_request(struct ifaltq *ifq, int req, void *arg)
|
| altq_hfsc.c | 86 static int hfsc_request(struct ifaltq *, int, void *); 93 static int hfsc_enqueue(struct ifaltq *, struct mbuf *); 94 static struct mbuf *hfsc_dequeue(struct ifaltq *, int); 147 static struct hfsc_if *hfsc_attach(struct ifaltq *, u_int); 358 hfsc_request(struct ifaltq *ifq, int req, void *arg) 666 * (*altq_enqueue) in struct ifaltq. 669 hfsc_enqueue(struct ifaltq *ifq, struct mbuf *m) 727 * (*altq_dequeue) in struct ifaltq. 735 hfsc_dequeue(struct ifaltq *ifq, int op) 1712 hfsc_attach(struct ifaltq *ifq, u_int bandwidth [all...] |
| altq_cdnr.h | 267 struct ifaltq *tc_ifq;
|
| altq_hfsc.h | 298 struct ifaltq *hif_ifq; /* backpointer to ifaltq */
|
| altq_jobs.h | 369 struct ifaltq *jif_ifq; /* backpointer to ifaltq */
|
| altq_jobs.c | 98 static struct jobs_if *jobs_attach(struct ifaltq *, u_int, u_int, u_int); 101 static int jobs_request(struct ifaltq *, int, void *); 106 static int jobs_enqueue(struct ifaltq *, struct mbuf *); 107 static struct mbuf *jobs_dequeue(struct ifaltq *, int); 150 jobs_attach(struct ifaltq *ifq, u_int bandwidth, u_int qlimit, u_int separate) 230 jobs_request(struct ifaltq *ifq, int req, void *arg) 490 * (*altq_enqueue) in struct ifaltq. 493 jobs_enqueue(struct ifaltq *ifq, struct mbuf *m) 646 * (*altq_dequeue) in struct ifaltq. 655 jobs_dequeue(struct ifaltq *ifq, int op [all...] |
| altq_cdnr.c | 89 static struct top_cdnr *top_create(struct ifaltq *); 408 top_create(struct ifaltq *ifq)
|
| altq_rmclass.c | 665 rmc_init(struct ifaltq *ifq, struct rm_ifdat *ifd, uint64_t psecPerByte, 666 void (*restart)(struct ifaltq *), int maxq, int maxqueued, u_int maxidle,
|
| /src/sys/arch/next68k/dev/ |
| mb8795var.h | 67 struct ifaltq sc_tx_snd;
|