Searched refs:CLASSQDQ_REMOVE (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/net/classq/
H A Dif_classq.h39 CLASSQDQ_REMOVE = 1, /* dequeue mbuf from the queue */ enumerator in enum:cqdq_op
258 (_m) = (*(_ifq)->ifcq_dequeue)(_ifq, CLASSQDQ_REMOVE); \
262 (_m) = (*(_ifq)->ifcq_dequeue_sc)(_ifq, _sc, CLASSQDQ_REMOVE); \
266 (_m) = ifclassq_tbr_dequeue(_ifcq, CLASSQDQ_REMOVE); \
270 (_m) = ifclassq_tbr_dequeue_sc(_ifcq, CLASSQDQ_REMOVE, _sc); \
H A Dclassq_subr.c604 if (op == CLASSQDQ_REMOVE && tbr->tbr_lastop == CLASSQDQ_POLL) {
657 if (m != NULL && op == CLASSQDQ_REMOVE)
765 tbr->tbr_lastop = CLASSQDQ_REMOVE;
/darwin-on-arm/xnu/bsd/net/altq/
H A Dif_altq.h107 ALTDQ_REMOVE = CLASSQDQ_REMOVE, /* dequeue mbuf from the queue */
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_rmclass.c1042 if (op == CLASSQDQ_REMOVE && ifd->pollcache_) {
1144 if (op == CLASSQDQ_REMOVE) {
1196 if (op == CLASSQDQ_REMOVE && ifd->pollcache_) {
1260 if (op == CLASSQDQ_REMOVE) {
H A Dpktsched_cbq.c583 if (m && op == CLASSQDQ_REMOVE) {
H A Dpktsched_fairq.c715 * from the queue. CLASSQDQ_REMOVE is a normal dequeue operation.
716 * CLASSQDQ_REMOVE must return the same packet if called immediately
740 if (fif->fif_poll_cache && op == CLASSQDQ_REMOVE) {
H A Dpktsched_hfsc.c818 * from the queue. CLASSQDQ_REMOVE is a normal dequeue operation.
819 * CLASSQDQ_REMOVE must return the same packet if called immediately
840 if (op == CLASSQDQ_REMOVE && hif->hif_pollcache != NULL) {
/darwin-on-arm/xnu/bsd/net/
H A Dpf_ioctl.c495 _CASSERT(ALTDQ_REMOVE == CLASSQDQ_REMOVE);

Completed in 124 milliseconds