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

/freebsd-12-stable/sys/net/altq/
H A Daltq_hfsc.c188 struct hfsc_if *hif; local
195 hif = malloc(sizeof(struct hfsc_if), M_DEVBUF, M_NOWAIT | M_ZERO);
196 if (hif == NULL)
199 TAILQ_INIT(&hif->hif_eligible);
200 hif->hif_ifq = &ifp->if_snd;
203 a->altq_disc = hif;
211 struct hfsc_if *hif; local
213 if ((hif = a->altq_disc) == NULL)
217 (void)hfsc_clear_interface(hif);
218 (void)hfsc_class_destroy(hif
228 struct hfsc_if *hif; local
271 struct hfsc_if *hif; local
286 struct hfsc_if *hif; local
330 hfsc_clear_interface(struct hfsc_if *hif) argument
360 struct hfsc_if *hif = (struct hfsc_if *)ifq->altq_disc; local
374 hfsc_purge(struct hfsc_if *hif) argument
386 hfsc_class_create(struct hfsc_if *hif, struct service_curve *rsc, struct service_curve *fsc, struct service_curve *usc, struct hfsc_class *parent, int qlimit, int flags, int qid) argument
694 struct hfsc_if *hif = (struct hfsc_if *)ifq->altq_disc; local
757 struct hfsc_if *hif = (struct hfsc_if *)ifq->altq_disc; local
1206 struct hfsc_if *hif = cl->cl_hif; local
1228 struct hfsc_if *hif = cl->cl_hif; local
1236 struct hfsc_if *hif = cl->cl_hif; local
1272 hfsc_get_mindl(struct hfsc_if *hif, u_int64_t cur_time) argument
1765 clh_to_clp(struct hfsc_if *hif, u_int32_t chandle) argument
1792 struct hfsc_if *hif; local
1987 struct hfsc_if *hif; local
2017 struct hfsc_if *hif; local
2117 struct hfsc_if *hif; local
2142 struct hfsc_if *hif; local
2161 struct hfsc_if *hif; local
2195 struct hfsc_if *hif; local
2211 struct hfsc_if *hif; local
2237 struct hfsc_if *hif; local
2261 struct hfsc_if *hif; local
2274 struct hfsc_if *hif; local
[all...]

Completed in 138 milliseconds