Home
last modified time | relevance | path

Searched refs:hif_ifq (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/altq/
H A Daltq_hfsc.c173 hif->hif_ifq = &ifp->if_snd; in hfsc_add_altq()
349 if (ALTQ_IS_ENABLED(hif->hif_ifq)) in hfsc_purge()
350 hif->hif_ifq->ifq_len = 0; in hfsc_purge()
481 IFQ_LOCK(hif->hif_ifq); in hfsc_class_create()
499 IFQ_UNLOCK(hif->hif_ifq); in hfsc_class_create()
522 IFQ_UNLOCK(hif->hif_ifq); in hfsc_class_create()
566 IFQ_LOCK(cl->cl_hif->hif_ifq); in hfsc_class_destroy()
589 IFQ_UNLOCK(cl->cl_hif->hif_ifq); in hfsc_class_destroy()
607 IFQ_LOCK(cl->cl_hif->hif_ifq); in hfsc_class_destroy()
612 IFQ_UNLOCK(cl->cl_hif->hif_ifq); in hfsc_class_destroy()
[all …]
H A Daltq_hfsc.h286 struct ifaltq *hif_ifq; /* backpointer to ifaltq */ member