HomeSort by: relevance | last modified time | path
    Searched refs:_getq (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/altq/
altq_classq.h 84 extern struct mbuf *_getq(class_queue_t *);
109 _getq(class_queue_t *q) function in typeref:struct:mbuf *
197 while ((m = _getq(q)) != NULL)
altq_rmclass.c 1636 if ((m = _getq(cl->q_)) != NULL)
1651 return _getq(cl->q_);
1741 _getq(class_queue_t *q) function in typeref:typename:mbuf_t *
1833 while ((m = _getq(q)) != NULL)
altq_priq.c 557 return _getq(cl->cl_q);
574 while ((m = _getq(cl->cl_q)) != NULL) {
altq_blue.c 630 if ((m = _getq(q)) == NULL) {
altq_rio.c 448 if ((m = _getq(q)) == NULL)
altq_hfsc.c 871 return _getq(cl->cl_q);
888 while ((m = _getq(cl->cl_q)) != NULL) {
altq_red.c 626 if ((m = _getq(q)) == NULL) {
altq_jobs.c 922 return _getq(cl->cl_q);
939 while ((m = _getq(cl->cl_q)) != NULL) {

Completed in 35 milliseconds