652:
653: MGET(m, nowait, type);
654: if (m == 0)
715:
716: MGET(mn, how, m->m_type);
717: if (mn == (struct mbuf *)NULL) {
783: }
784: MGET(n, wait, m->m_type);
785: *np = n;
848:
849: MGET(n, how, m->m_type);
850: top = n;
865: while (m) {
866: MGET(o, how, m->m_type);
867: if (!o)
1053: goto bad;
1054: MGET(m, M_DONTWAIT, n->m_type);
1055: if (m == 0)
1103: goto bad;
1104: MGET(m, M_DONTWAIT, n->m_type);
1105: if (m == NULL)
1190: } else {
1191: MGET(n, wait, m->m_type);
1192: if (n == 0)
1242: if (top) {
1243: MGET(m, M_DONTWAIT, MT_DATA);
1244: if (m == 0) {
1483: */
1484: MGET(n, how, m->m_type);
1485: if (n == NULL)