Home
last modified time | relevance | path

Searched refs:tbr_dequeue_ptr (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/net/altq/
H A Dif_altq.h178 extern struct mbuf *(*tbr_dequeue_ptr)(struct ifaltq *, int);
H A Daltq_subr.c334 if (tbr_dequeue_ptr == NULL)
335 tbr_dequeue_ptr = tbr_dequeue;
/f-stack/freebsd/net/
H A Difq.h184 (m) = tbr_dequeue_ptr(ifq, ALTDQ_REMOVE); \
201 (m) = tbr_dequeue_ptr(ifq, ALTDQ_POLL); \
H A Dif.c253 struct mbuf *(*tbr_dequeue_ptr)(struct ifaltq *, int) = NULL; variable