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

/freebsd-11-stable/sys/net/altq/
H A Daltq_hfsc.c80 static int hfsc_clear_interface(struct hfsc_if *);
82 static void hfsc_purge(struct hfsc_if *);
83 static struct hfsc_class *hfsc_class_create(struct hfsc_if *,
109 struct hfsc_class *hfsc_get_mindl(struct hfsc_if *, u_int64_t);
135 static struct hfsc_class *clh_to_clp(struct hfsc_if *, u_int32_t);
139 static struct hfsc_if *hfsc_attach(struct ifaltq *, u_int);
140 static int hfsc_detach(struct hfsc_if *);
164 /* hif_list keeps all hfsc_if's allocated. */
165 static struct hfsc_if *hif_list = NULL;
186 struct hfsc_if *hi
[all...]
H A Daltq_hfsc.h228 struct hfsc_if *cl_hif; /* back pointer to struct hfsc_if */
294 struct hfsc_if { struct
295 struct hfsc_if *hif_next; /* interface state list */

Completed in 109 milliseconds