Searched refs:ALTDQ_REMOVE (Results 1 - 7 of 7) sorted by path

/freebsd-11-stable/sys/net/altq/
H A Daltq_cbq.c555 if (m && op == ALTDQ_REMOVE) {
H A Daltq_fairq.c532 * from the queue. ALTDQ_REMOVE is a normal dequeue operation.
533 * ALTDQ_REMOVE must return the same packet if called immediately
554 if (pif->pif_poll_cache && op == ALTDQ_REMOVE) {
H A Daltq_hfsc.c736 * from the queue. ALTDQ_REMOVE is a normal dequeue operation.
737 * ALTDQ_REMOVE must return the same packet if called immediately
758 if (op == ALTDQ_REMOVE && hif->hif_pollcache != NULL) {
H A Daltq_rmclass.c981 if (op == ALTDQ_REMOVE && ifd->pollcache_) {
1085 if (op == ALTDQ_REMOVE) {
1136 if (op == ALTDQ_REMOVE && ifd->pollcache_) {
1200 if (op == ALTDQ_REMOVE) {
H A Daltq_subr.c316 if (op == ALTDQ_REMOVE && tbr->tbr_lastop == ALTDQ_POLL) {
346 if (m != NULL && op == ALTDQ_REMOVE)
400 tbr->tbr_lastop = ALTDQ_REMOVE;
H A Dif_altq.h139 #define ALTDQ_REMOVE 1 /* dequeue mbuf from the queue */ macro
157 (m) = (*(ifq)->altq_dequeue)((ifq), ALTDQ_REMOVE)
/freebsd-11-stable/sys/net/
H A Difq.h182 (m) = tbr_dequeue_ptr(ifq, ALTDQ_REMOVE); \

Completed in 229 milliseconds