Searched refs:m_prev (Results 1 – 3 of 3) sorted by relevance
1577 struct mbuf *m, *m_prev, *m_new, *m_tail; in vtnet_rxq_replace_lro_nomrg_buf() local1589 m_prev = NULL; in vtnet_rxq_replace_lro_nomrg_buf()1618 m_prev = m; in vtnet_rxq_replace_lro_nomrg_buf()1629 m_prev->m_len = clustersz; in vtnet_rxq_replace_lro_nomrg_buf()1637 if (m_prev->m_next != NULL) { in vtnet_rxq_replace_lro_nomrg_buf()1638 m_tail->m_next = m_prev->m_next; in vtnet_rxq_replace_lro_nomrg_buf()1639 m_prev->m_next = NULL; in vtnet_rxq_replace_lro_nomrg_buf()1652 m_prev->m_next = m_tail->m_next; in vtnet_rxq_replace_lro_nomrg_buf()1655 m_prev->m_len = clustersz; in vtnet_rxq_replace_lro_nomrg_buf()
1508 struct mbuf *m, *m0, *m_prev; in xn_get_responses() local1514 m0 = m = m_prev = xn_get_rx_mbuf(rxq, *cons); in xn_get_responses()1580 m_prev = m; in xn_get_responses()1589 if (m_prev != NULL) in xn_get_responses()1590 m_prev->m_next = m; in xn_get_responses()
4297 struct mbuf *m, *m_prev; local4315 m_prev = m;4336 m_prev->m_next = m;4337 m_prev = m;