tail_ 60 altq/altq_classq.h struct mbuf *tail_; /* Tail of packet queue */ tail_ 71 altq/altq_classq.h #define qtail(q) (q)->tail_ /* Tail of the queue */ tail_ 72 altq/altq_classq.h #define qhead(q) ((q)->tail_ ? (q)->tail_->m_nextpkt : NULL)