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

/darwin-on-arm/xnu/bsd/net/classq/
H A Dif_classq.h40 CLASSQDQ_POLL = 2, /* don't dequeue mbuf from the queue */ enumerator in enum:cqdq_op
274 (_m) = (*(_ifq)->ifcq_dequeue)(_ifq, CLASSQDQ_POLL); \
278 (_m) = (*(_ifq)->ifcq_dequeue_sc)(_ifq, _sc, CLASSQDQ_POLL); \
282 (_m) = ifclassq_tbr_dequeue(_ifcq, CLASSQDQ_POLL); \
286 (_m) = ifclassq_tbr_dequeue_sc(_ifcq, CLASSQDQ_POLL, _sc); \
H A Dclassq_subr.c604 if (op == CLASSQDQ_REMOVE && tbr->tbr_lastop == CLASSQDQ_POLL) {
632 if (op == CLASSQDQ_POLL) {
/darwin-on-arm/xnu/bsd/net/altq/
H A Dif_altq.h108 ALTDQ_POLL = CLASSQDQ_POLL, /* don't dequeue mbuf from the queue */
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_fairq.c714 * note: CLASSQDQ_POLL returns the next packet without removing the packet
717 * after CLASSQDQ_POLL.
789 if (op == CLASSQDQ_POLL) {
H A Dpktsched_priq.c621 * note: CLASSQDQ_POLL returns the next packet without removing the packet
624 * after CLASSQDQ_POLL.
647 if (op == CLASSQDQ_POLL)
957 * note: CLASSQDQ_POLL returns the next packet without removing the packet
960 * after CLASSQDQ_POLL.
H A Dpktsched_tcq.c582 * note: CLASSQDQ_POLL returns the next packet without removing the packet
585 * after CLASSQDQ_POLL.
613 if (op == CLASSQDQ_POLL)
913 * note: CLASSQDQ_POLL returns the next packet without removing the packet
916 * after CLASSQDQ_POLL.
H A Dpktsched_hfsc.c817 * note: CLASSQDQ_POLL returns the next packet without removing the packet
820 * after CLASSQDQ_POLL.
884 if (op == CLASSQDQ_POLL) {
H A Dpktsched_qfq.c922 * note: CLASSQDQ_POLL returns the next packet without removing the packet
925 * after CLASSQDQ_POLL.
963 if (op == CLASSQDQ_POLL)
1717 * note: CLASSQDQ_POLL returns the next packet without removing the packet
1720 * after CLASSQDQ_POLL.
/darwin-on-arm/xnu/bsd/net/
H A Dpf_ioctl.c496 _CASSERT(ALTDQ_POLL == CLASSQDQ_POLL);

Completed in 2185 milliseconds