Searched refs:hfsc_class (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_hfsc.h227 struct hfsc_class;
228 typedef TAILQ_HEAD(_eligible, hfsc_class) ellist_t;
229 typedef TAILQ_ENTRY(hfsc_class) elentry_t;
230 typedef TAILQ_HEAD(_active, hfsc_class) actlist_t;
231 typedef TAILQ_ENTRY(hfsc_class) actentry_t;
236 struct hfsc_class { struct
242 struct hfsc_class *cl_parent; /* parent class */
243 struct hfsc_class *cl_siblings; /* sibling classes */
244 struct hfsc_class *cl_children; /* child classes */
303 struct hfsc_class *hif_rootclas
[all...]
/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_hfsc.h222 struct hfsc_class;
223 typedef TAILQ_HEAD(_eligible, hfsc_class) ellist_t;
224 typedef TAILQ_ENTRY(hfsc_class) elentry_t;
225 typedef TAILQ_HEAD(_active, hfsc_class) actlist_t;
226 typedef TAILQ_ENTRY(hfsc_class) actentry_t;
231 struct hfsc_class { struct
237 struct hfsc_class *cl_parent; /* parent class */
238 struct hfsc_class *cl_siblings; /* sibling classes */
239 struct hfsc_class *cl_children; /* child classes */
298 struct hfsc_class *hif_rootclas
[all...]
H A Daltq_hfsc.c84 static struct hfsc_class *hfsc_class_create(struct hfsc_if *,
86 struct hfsc_class *, int, int, int);
87 static int hfsc_class_destroy(struct hfsc_class *);
88 static struct hfsc_class *hfsc_nextclass(struct hfsc_class *);
93 static int hfsc_addq(struct hfsc_class *, struct mbuf *);
94 static struct mbuf *hfsc_getq(struct hfsc_class *);
95 static struct mbuf *hfsc_pollq(struct hfsc_class *);
96 static void hfsc_purgeq(struct hfsc_class *);
98 static void update_cfmin(struct hfsc_class *);
[all...]

Completed in 75 milliseconds