HomeSort by: relevance | last modified time | path
    Searched defs:hif (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/altq/
altq_hfsc.c 195 struct hfsc_if *hif; local in function:hfsc_add_altq
203 hif = malloc(sizeof(struct hfsc_if), M_DEVBUF, M_WAITOK|M_ZERO);
204 if (hif == NULL)
207 hif->hif_eligible = ellist_alloc();
208 if (hif->hif_eligible == NULL) {
209 free(hif, M_DEVBUF);
213 hif->hif_ifq = &ifp->if_snd;
216 a->altq_disc = hif;
224 struct hfsc_if *hif; local in function:hfsc_remove_altq
226 if ((hif = a->altq_disc) == NULL
243 struct hfsc_if *hif; local in function:hfsc_add_queue
286 struct hfsc_if *hif; local in function:hfsc_remove_queue
301 struct hfsc_if *hif; local in function:hfsc_getqstats
360 struct hfsc_if *hif = (struct hfsc_if *)ifq->altq_disc; local in function:hfsc_request
672 struct hfsc_if *hif = (struct hfsc_if *)ifq->altq_disc; local in function:hfsc_enqueue
737 struct hfsc_if *hif = (struct hfsc_if *)ifq->altq_disc; local in function:hfsc_dequeue
1192 struct hfsc_if *hif = cl->cl_hif; local in function:ellist_insert
1214 struct hfsc_if *hif = cl->cl_hif; local in function:ellist_remove
1222 struct hfsc_if *hif = cl->cl_hif; local in function:ellist_update
1714 struct hfsc_if *hif; local in function:hfsc_attach
1885 struct hfsc_if *hif; local in function:hfscclose
1910 struct hfsc_if *hif; local in function:hfscioctl
2003 struct hfsc_if *hif; local in function:hfsccmd_if_attach
2027 struct hfsc_if *hif; local in function:hfsccmd_if_detach
2046 struct hfsc_if *hif; local in function:hfsccmd_add_class
2079 struct hfsc_if *hif; local in function:hfsccmd_delete_class
2094 struct hfsc_if *hif; local in function:hfsccmd_modify_class
2119 struct hfsc_if *hif; local in function:hfsccmd_add_filter
2142 struct hfsc_if *hif; local in function:hfsccmd_delete_filter
2154 struct hfsc_if *hif; local in function:hfsccmd_class_stats
    [all...]
altq_hfsc.c 195 struct hfsc_if *hif; local in function:hfsc_add_altq
203 hif = malloc(sizeof(struct hfsc_if), M_DEVBUF, M_WAITOK|M_ZERO);
204 if (hif == NULL)
207 hif->hif_eligible = ellist_alloc();
208 if (hif->hif_eligible == NULL) {
209 free(hif, M_DEVBUF);
213 hif->hif_ifq = &ifp->if_snd;
216 a->altq_disc = hif;
224 struct hfsc_if *hif; local in function:hfsc_remove_altq
226 if ((hif = a->altq_disc) == NULL
243 struct hfsc_if *hif; local in function:hfsc_add_queue
286 struct hfsc_if *hif; local in function:hfsc_remove_queue
301 struct hfsc_if *hif; local in function:hfsc_getqstats
360 struct hfsc_if *hif = (struct hfsc_if *)ifq->altq_disc; local in function:hfsc_request
672 struct hfsc_if *hif = (struct hfsc_if *)ifq->altq_disc; local in function:hfsc_enqueue
737 struct hfsc_if *hif = (struct hfsc_if *)ifq->altq_disc; local in function:hfsc_dequeue
1192 struct hfsc_if *hif = cl->cl_hif; local in function:ellist_insert
1214 struct hfsc_if *hif = cl->cl_hif; local in function:ellist_remove
1222 struct hfsc_if *hif = cl->cl_hif; local in function:ellist_update
1714 struct hfsc_if *hif; local in function:hfsc_attach
1885 struct hfsc_if *hif; local in function:hfscclose
1910 struct hfsc_if *hif; local in function:hfscioctl
2003 struct hfsc_if *hif; local in function:hfsccmd_if_attach
2027 struct hfsc_if *hif; local in function:hfsccmd_if_detach
2046 struct hfsc_if *hif; local in function:hfsccmd_add_class
2079 struct hfsc_if *hif; local in function:hfsccmd_delete_class
2094 struct hfsc_if *hif; local in function:hfsccmd_modify_class
2119 struct hfsc_if *hif; local in function:hfsccmd_add_filter
2142 struct hfsc_if *hif; local in function:hfsccmd_delete_filter
2154 struct hfsc_if *hif; local in function:hfsccmd_class_stats
    [all...]

Completed in 20 milliseconds