Lines Matching defs:mnew
1160 struct mbuf *mnew, *m;
1179 mnew = m_getcl(M_NOWAIT, MT_DATA, M_PKTHDR);
1180 if (mnew == NULL) {
1188 error = bus_dmamap_load(sc->rxbuf_dmat, sbuf->map, mtod(mnew, void *),
1191 m_freem(mnew);
1211 sbuf->m = mnew;
1553 struct mbuf *mnew;
1607 mnew = m_defrag(m0, M_NOWAIT);
1608 if (mnew == NULL) {
1614 m0 = mnew;