Searched refs:m_new (Results 1 – 1 of 1) sorted by relevance
7659 struct mbuf *m_new = NULL, *m_final = NULL; local7696 m_new = m_final;7703 length -= ((m_new == m_final) ? off : 0);7708 if (m_new == NULL) {7710 m_new = m_getcl(how, MT_DATA, 0);7712 m_new = m_get(how, MT_DATA);7714 if (m_new == NULL) {7719 m_copydata(m0, progress, length, mtod(m_new, caddr_t));7721 m_new->m_len = length;7722 if (m_new != m_final) {[all …]