Searched refs:qfq_class (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_qfq.h200 struct qfq_class { struct
215 struct qfq_class *cl_next; /* link for the slot list */
248 struct qfq_class **qfg_slots;
264 struct qfq_class *qif_default; /* default class */
265 struct qfq_class **qif_class_tbl;
288 u_int32_t, u_int32_t, struct qfq_class **);
292 extern int qfq_enqueue(struct qfq_if *, struct qfq_class *, struct mbuf *,
H A Dpktsched_qfq.c88 static struct qfq_class *qfq_class_create(struct qfq_if *, u_int32_t,
90 static int qfq_class_destroy(struct qfq_if *, struct qfq_class *);
92 static inline int qfq_addq(struct qfq_class *, struct mbuf *, struct pf_mtag *);
93 static inline struct mbuf *qfq_getq(struct qfq_class *);
94 static inline struct mbuf *qfq_pollq(struct qfq_class *);
95 static void qfq_purgeq(struct qfq_if *, struct qfq_class *, u_int32_t,
98 static void qfq_updateq(struct qfq_if *, struct qfq_class *, cqev_t);
100 static int qfq_resumeq(struct qfq_if *, struct qfq_class *);
101 static int qfq_suspendq(struct qfq_if *, struct qfq_class *);
102 static inline struct qfq_class *qfq_clh_to_cl
[all...]

Completed in 23 milliseconds