Lines Matching refs:m_tail
1226 struct mbuf *m_head, *m_tail, *m; in vtnet_alloc_rxbuf() local
1240 m_tail = m_head; in vtnet_alloc_rxbuf()
1255 m_tail->m_next = m; in vtnet_alloc_rxbuf()
1256 m_tail = m; in vtnet_alloc_rxbuf()
1261 *m_tailp = m_tail; in vtnet_alloc_rxbuf()
1276 struct mbuf *m_new, *m_tail; in vtnet_replace_rxbuf() local
1283 m_tail = NULL; in vtnet_replace_rxbuf()
1324 m_new = vtnet_alloc_rxbuf(sc, nreplace, &m_tail); in vtnet_replace_rxbuf()
1335 m_tail->m_next = m_prev->m_next; in vtnet_replace_rxbuf()
1351 if (m_tail->m_next != NULL) { in vtnet_replace_rxbuf()
1352 m_prev->m_next = m_tail->m_next; in vtnet_replace_rxbuf()
1353 m_tail->m_next = NULL; in vtnet_replace_rxbuf()
1641 struct mbuf *m, *m_tail; in vtnet_rxeof_merged() local
1646 m_tail = m_head; in vtnet_rxeof_merged()
1670 m_tail->m_next = m; in vtnet_rxeof_merged()
1671 m_tail = m; in vtnet_rxeof_merged()