Lines Matching defs:mnew
1092 struct mbuf *mnew, *m;1129 mnew = m_getcl(M_NOWAIT, MT_DATA, M_PKTHDR);1130 if (mnew == NULL) {1140 mtod(mnew, void *), MCLBYTES, rt2560_dma_map_addr,1143 m_freem(mnew);1163 data->m = mnew;1727 struct mbuf *mnew;1787 mnew = m_defrag(m0, M_NOWAIT);1788 if (mnew == NULL) {1794 m0 = mnew;