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

/freebsd-13-stable/sys/net/altq/
H A Daltq_priq.h90 struct priq_if *cl_pif; /* back pointer to pif */ member in struct:priq_class
H A Daltq_fairq.h126 struct fairq_if *cl_pif; /* back pointer to pif */ member in struct:fairq_class
H A Daltq_priq.c279 IFQ_LOCK(cl->cl_pif->pif_ifq);
282 IFQ_UNLOCK(cl->cl_pif->pif_ifq);
321 cl->cl_pif = pif;
398 IFQ_LOCK(cl->cl_pif->pif_ifq);
402 acc_discard_filters(&cl->cl_pif->pif_classifier, cl, 0);
408 pif = cl->cl_pif;
419 IFQ_UNLOCK(cl->cl_pif->pif_ifq);
H A Daltq_fairq.c338 IFQ_LOCK(cl->cl_pif->pif_ifq);
341 IFQ_UNLOCK(cl->cl_pif->pif_ifq);
381 cl->cl_pif = pif;
437 IFQ_LOCK(cl->cl_pif->pif_ifq);
442 pif = cl->cl_pif;
455 IFQ_UNLOCK(cl->cl_pif->pif_ifq);

Completed in 62 milliseconds