K 10 svn:author V 2 dg K 8 svn:date V 27 1998-06-05T21:41:48.000000Z K 7 svn:log V 304 If we are out of mb_map space and we failed to m_reclaim() anything and the alloc is not M_DONTWAIT, then panic with "Out of mbuf clusters". Callers that specify M_WAIT can't deal with getting a NULL buffer, so this is a more graceful failure than randomly page faulting in the socket code or elsewhere. END