Searched refs:m_tail (Results 1 – 2 of 2) sorted by relevance
1226 struct mbuf *m_head, *m_tail, *m; in vtnet_alloc_rxbuf() local1240 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() local1283 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()[all …]
2183 struct mbuf *m, *m_head, *m_tail; in vmxnet3_rxq_eof() local2197 m_tail = rxq->vxrxq_mtail; in vmxnet3_rxq_eof()2199 KKASSERT(m_head == NULL || m_tail != NULL); in vmxnet3_rxq_eof()2205 rxq->vxrxq_mtail = m_tail; in vmxnet3_rxq_eof()2268 m_head = m_tail = m; in vmxnet3_rxq_eof()2274 if (m_head == NULL && m_tail == NULL) { in vmxnet3_rxq_eof()2296 m_head = m_tail = NULL; in vmxnet3_rxq_eof()2302 m_tail->m_next = m; in vmxnet3_rxq_eof()2303 m_tail = m; in vmxnet3_rxq_eof()2308 m_head = m_tail = NULL; in vmxnet3_rxq_eof()