hfsc_if            63 altq/altq_hfsc.c static int			 hfsc_clear_interface(struct hfsc_if *);
hfsc_if            65 altq/altq_hfsc.c static void			 hfsc_purge(struct hfsc_if *);
hfsc_if            66 altq/altq_hfsc.c static struct hfsc_class	*hfsc_class_create(struct hfsc_if *,
hfsc_if           122 altq/altq_hfsc.c static struct hfsc_class	*clh_to_clp(struct hfsc_if *, u_int32_t);
hfsc_if           149 altq/altq_hfsc.c 	struct hfsc_if *hif;
hfsc_if           157 altq/altq_hfsc.c 	MALLOC(hif, struct hfsc_if *, sizeof(struct hfsc_if),
hfsc_if           161 altq/altq_hfsc.c 	bzero(hif, sizeof(struct hfsc_if));
hfsc_if           180 altq/altq_hfsc.c 	struct hfsc_if *hif;
hfsc_if           199 altq/altq_hfsc.c 	struct hfsc_if *hif;
hfsc_if           242 altq/altq_hfsc.c 	struct hfsc_if *hif;
hfsc_if           257 altq/altq_hfsc.c 	struct hfsc_if *hif;
hfsc_if           284 altq/altq_hfsc.c hfsc_clear_interface(struct hfsc_if *hif)
hfsc_if           309 altq/altq_hfsc.c 	struct hfsc_if	*hif = (struct hfsc_if *)ifq->altq_disc;
hfsc_if           321 altq/altq_hfsc.c hfsc_purge(struct hfsc_if *hif)
hfsc_if           333 altq/altq_hfsc.c hfsc_class_create(struct hfsc_if *hif, struct service_curve *rsc,
hfsc_if           619 altq/altq_hfsc.c 	struct hfsc_if	*hif = (struct hfsc_if *)ifq->altq_disc;
hfsc_if           669 altq/altq_hfsc.c 	struct hfsc_if	*hif = (struct hfsc_if *)ifq->altq_disc;
hfsc_if          1124 altq/altq_hfsc.c 	struct hfsc_if	*hif = cl->cl_hif;
hfsc_if          1146 altq/altq_hfsc.c 	struct hfsc_if	*hif = cl->cl_hif;
hfsc_if          1154 altq/altq_hfsc.c 	struct hfsc_if	*hif = cl->cl_hif;
hfsc_if          1621 altq/altq_hfsc.c clh_to_clp(struct hfsc_if *hif, u_int32_t chandle)
hfsc_if           166 altq/altq_hfsc.h 	struct hfsc_if	*cl_hif;	/* back pointer to struct hfsc_if */
hfsc_if           227 altq/altq_hfsc.h struct hfsc_if {
hfsc_if           228 altq/altq_hfsc.h 	struct hfsc_if		*hif_next;	/* interface state list */