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

  /src/sys/altq/
altq_fifoq.h 39 struct mbuf *q_tail; /* tail of queue */ member in struct:fifoq_state
altq_fifoq.c 177 q->q_head = q->q_tail = NULL;
278 if (q->q_tail == NULL)
281 q->q_tail->m_nextpkt = m;
282 q->q_tail = m;
316 q->q_tail = NULL;
385 q->q_tail = NULL;

Completed in 19 milliseconds