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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_hfsc.h233 struct hfsc_if *cl_hif; /* back pointer to struct hfsc_if */
306 /* hfsc_if flags */
312 struct hfsc_if { struct
332 extern struct hfsc_if *hfsc_alloc(struct ifnet *, int, boolean_t);
333 extern int hfsc_destroy(struct hfsc_if *);
334 extern void hfsc_purge(struct hfsc_if *);
335 extern void hfsc_event(struct hfsc_if *, cqev_t);
336 extern int hfsc_add_queue(struct hfsc_if *, struct service_curve *,
339 extern int hfsc_remove_queue(struct hfsc_if *, u_int32_
[all...]
H A Dpktsched_hfsc.c103 static void hfsc_purgeq(struct hfsc_if *, struct hfsc_class *, u_int32_t,
105 static void hfsc_print_sc(struct hfsc_if *, u_int32_t, u_int64_t,
107 static void hfsc_updateq_linkrate(struct hfsc_if *, struct hfsc_class *);
108 static void hfsc_updateq(struct hfsc_if *, struct hfsc_class *, cqev_t);
110 static int hfsc_clear_interface(struct hfsc_if *);
111 static struct hfsc_class *hfsc_class_create(struct hfsc_if *,
114 static int hfsc_class_destroy(struct hfsc_if *, struct hfsc_class *);
115 static int hfsc_destroy_locked(struct hfsc_if *);
117 static struct hfsc_class *hfsc_clh_to_clp(struct hfsc_if *, u_int32_t);
118 static const char *hfsc_style(struct hfsc_if *);
[all...]
/darwin-on-arm/xnu/bsd/net/altq/
H A Daltq_hfsc.c110 struct hfsc_if *hif;
133 struct hfsc_if *hif;
147 struct hfsc_if *hif;
185 struct hfsc_if *hif;
204 struct hfsc_if *hif;
235 struct hfsc_if *hif = (struct hfsc_if *)altq->altq_disc;

Completed in 73 milliseconds