Searched refs:m_new (Results 1 – 1 of 1) sorted by relevance
6648 struct mbuf *m_new = NULL, *m_final = NULL; local6685 m_new = m_final;6692 length -= ((m_new == m_final) ? off : 0);6697 if (m_new == NULL) {6699 m_new = m_getcl(how, MT_DATA, 0);6701 m_new = m_get(how, MT_DATA);6703 if (m_new == NULL) {6708 m_copydata(m0, progress, length, mtod(m_new, caddr_t));6710 m_new->m_len = length;6711 if (m_new != m_final) {[all …]