HomeSort by: relevance | last modified time | path
    Searched defs:tail_ (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/altq/
altq_classq.h 62 struct mbuf *tail_; /* Tail of packet queue */ member in struct:_class_queue_
73 #define qtail(q) (q)->tail_ /* Tail of the queue */
74 #define qhead(q) ((q)->tail_ ? (q)->tail_->m_nextpkt : NULL)
altq_classq.h 62 struct mbuf *tail_; /* Tail of packet queue */ member in struct:_class_queue_
73 #define qtail(q) (q)->tail_ /* Tail of the queue */
74 #define qhead(q) ((q)->tail_ ? (q)->tail_->m_nextpkt : NULL)

Completed in 20 milliseconds