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

/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched.c167 VERIFY(ifq->ifcq_disc == NULL);
H A Dpktsched_priq.c232 * packets managed by ifcq_disc and altq_disc instances, which
949 return (priq_enqueue(ifq->ifcq_disc,
965 return (priq_dequeue(ifq->ifcq_disc, op));
971 struct priq_if *pif = (struct priq_if *)ifq->ifcq_disc;
1007 VERIFY(ifq->ifcq_disc == NULL);
1117 struct priq_if *pif = ifq->ifcq_disc;
1125 ifq->ifcq_disc = NULL;
1138 struct priq_if *pif = ifq->ifcq_disc;
H A Dpktsched_tcq.c204 * packets managed by ifcq_disc and altq_disc instances, which
905 return (tcq_enqueue(ifq->ifcq_disc,
926 return (tcq_dequeue_cl(ifq->ifcq_disc,
933 struct tcq_if *tif = (struct tcq_if *)ifq->ifcq_disc;
968 VERIFY(ifq->ifcq_disc == NULL);
1058 struct tcq_if *tif = ifq->ifcq_disc;
1066 ifq->ifcq_disc = NULL;
1079 struct tcq_if *tif = ifq->ifcq_disc;
H A Dpktsched_cbq.c667 cbq_state_t *cbqp = ifq->ifcq_disc;
675 ifq->ifcq_disc = NULL;
688 cbq_state_t *cbqp = ifq->ifcq_disc;
H A Dpktsched_qfq.c331 * packets managed by ifcq_disc and altq_disc instances, which
1709 return (qfq_enqueue(ifq->ifcq_disc,
1725 return (qfq_dequeue(ifq->ifcq_disc, op));
1731 struct qfq_if *qif = (struct qfq_if *)ifq->ifcq_disc;
1767 VERIFY(ifq->ifcq_disc == NULL);
1877 struct qfq_if *qif = ifq->ifcq_disc;
1885 ifq->ifcq_disc = NULL;
1898 struct qfq_if *qif = ifq->ifcq_disc;
H A Dpktsched_fairq.c292 * packets managed by ifcq_disc and altq_disc instances, which
1258 struct fairq_if *fif = ifq->ifcq_disc;
1266 ifq->ifcq_disc = NULL;
1279 struct fairq_if *fif = ifq->ifcq_disc;
H A Dpktsched_hfsc.c321 * packets managed by ifcq_disc and altq_disc instances, which
2025 struct hfsc_if *hif = ifq->ifcq_disc;
2033 ifq->ifcq_disc = NULL;
2046 struct hfsc_if *hif = ifq->ifcq_disc;
/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_subr.c105 VERIFY(ifq->ifcq_disc == NULL);
186 VERIFY(ifq->ifcq_disc == NULL);
465 VERIFY(ifq->ifcq_disc == NULL);
471 ifq->ifcq_disc = discipline;
485 VERIFY(ifq->ifcq_disc == NULL);
488 ifq->ifcq_disc = NULL;
H A Dif_classq.h123 void *ifcq_disc; /* for scheduler-specific use */ member in struct:ifclassq

Completed in 41 milliseconds