Home
last modified time | relevance | path

Searched refs:ALTDQ_REMOVE (Results 1 – 7 of 7) sorted by relevance

/freebsd-head/sys/net/altq/
HDif_altq.h133 #define ALTDQ_REMOVE 1 /* dequeue mbuf from the queue */ macro
154 (m) = (*(ifq)->altq_dequeue)((ifq), ALTDQ_REMOVE)
HDaltq_rmclass.c969 if (op == ALTDQ_REMOVE && ifd->pollcache_) { in _rmc_wrr_dequeue_next()
1073 if (op == ALTDQ_REMOVE) { in _rmc_wrr_dequeue_next()
1124 if (op == ALTDQ_REMOVE && ifd->pollcache_) { in _rmc_prr_dequeue_next()
1188 if (op == ALTDQ_REMOVE) { in _rmc_prr_dequeue_next()
HDaltq_subr.c294 if (op == ALTDQ_REMOVE && tbr->tbr_lastop == ALTDQ_POLL) { in tbr_dequeue()
324 if (m != NULL && op == ALTDQ_REMOVE) in tbr_dequeue()
389 tbr->tbr_lastop = ALTDQ_REMOVE; in tbr_set()
HDaltq_cbq.c508 if (m && op == ALTDQ_REMOVE) { in cbq_dequeue()
HDaltq_fairq.c552 if (pif->pif_poll_cache && op == ALTDQ_REMOVE) { in fairq_dequeue()
HDaltq_hfsc.c726 if (op == ALTDQ_REMOVE && hif->hif_pollcache != NULL) { in hfsc_dequeue()
/freebsd-head/sys/net/
HDifq.h181 (m) = tbr_dequeue_ptr(ifq, ALTDQ_REMOVE); \