qlen_ 61 altq/altq_classq.h int qlen_; /* Queue length (in number of packets) */ qlen_ 70 altq/altq_classq.h #define qlen(q) (q)->qlen_ /* Current queue length. */ qlen_ 74 altq/altq_classq.h #define qempty(q) ((q)->qlen_ == 0) /* Is the queue empty?? */