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

/darwin-on-arm/xnu/bsd/net/altq/
H A Dif_altq.h140 cqrq_purge_sc_t _req = { _sc, _flow, 0, 0 }; \
/darwin-on-arm/xnu/bsd/net/classq/
H A Dif_classq.h57 } cqrq_purge_sc_t; typedef in typeref:struct:cqrq_purge_sc
294 cqrq_purge_sc_t _req = { _sc, _flow, 0, 0 }; \
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_priq.c98 static void priq_purge_sc(struct priq_if *, cqrq_purge_sc_t *);
240 priq_purge_sc(struct priq_if *pif, cqrq_purge_sc_t *pr)
982 priq_purge_sc(pif, (cqrq_purge_sc_t *)arg);
H A Dpktsched_tcq.c68 static void tcq_purge_sc(struct tcq_if *, cqrq_purge_sc_t *);
212 tcq_purge_sc(struct tcq_if *tif, cqrq_purge_sc_t *pr)
944 tcq_purge_sc(tif, (cqrq_purge_sc_t *)arg);
H A Dpktsched_qfq.c97 static void qfq_purge_sc(struct qfq_if *, cqrq_purge_sc_t *);
339 qfq_purge_sc(struct qfq_if *qif, cqrq_purge_sc_t *pr)
1742 qfq_purge_sc(qif, (cqrq_purge_sc_t *)arg);

Completed in 29 milliseconds