Lines Matching defs:m_tail
1522 struct mbuf *m_head, *m_tail, *m;
1548 m_tail->m_next = m;
1549 m_tail = m;
1551 m_head = m_tail = m;
1555 *m_tailp = m_tail;
1568 struct mbuf *m, *m_prev, *m_new, *m_tail;
1581 m_tail = NULL;
1618 m_new = vtnet_rx_alloc_buf(sc, nreplace, &m_tail);
1629 m_tail->m_next = m_prev->m_next;
1642 if (m_tail->m_next != NULL) {
1643 m_prev->m_next = m_tail->m_next;
1644 m_tail->m_next = NULL;
1943 struct mbuf *m_tail;
1947 m_tail = m_head;
1974 m_tail->m_next = m;
1975 m_tail = m;