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

/freebsd-9.3-release/sys/contrib/altq/altq/
H A Daltq_hfsc.c81 static int hfsc_clear_interface(struct hfsc_if *);
83 static void hfsc_purge(struct hfsc_if *);
84 static struct hfsc_class *hfsc_class_create(struct hfsc_if *,
140 static struct hfsc_class *clh_to_clp(struct hfsc_if *, u_int32_t);
144 static struct hfsc_if *hfsc_attach(struct ifaltq *, u_int);
145 static int hfsc_detach(struct hfsc_if *);
169 /* hif_list keeps all hfsc_if's allocated. */
170 static struct hfsc_if *hif_list = NULL;
195 struct hfsc_if *hif;
203 hif = malloc(sizeof(struct hfsc_if), M_DEVBU
[all...]
H A Daltq_hfsc.h234 struct hfsc_if *cl_hif; /* back pointer to struct hfsc_if */
295 struct hfsc_if { struct
296 struct hfsc_if *hif_next; /* interface state list */
/freebsd-9.3-release/sbin/pfctl/missing/altq/
H A Daltq_hfsc.h239 struct hfsc_if *cl_hif; /* back pointer to struct hfsc_if */
300 struct hfsc_if { struct
301 struct hfsc_if *hif_next; /* interface state list */

Completed in 97 milliseconds