Lines Matching defs:mnew
964 struct mbuf *mnew, *m;1003 mnew = m_getcl(M_NOWAIT, MT_DATA, M_PKTHDR);1004 if (mnew == NULL) {1014 mtod(mnew, void *), MCLBYTES, rt2661_dma_map_addr,1017 m_freem(mnew);1037 data->m = mnew;1418 struct mbuf *mnew;1482 mnew = m_defrag(m0, M_NOWAIT);1483 if (mnew == NULL) {1489 m0 = mnew;