K 10 svn:author V 8 bmilekic K 8 svn:date V 27 2003-02-22T14:46:31.000000Z K 7 svn:log V 444 Make xl use m_getcl() to allocate an mbuf and a cluster in one shot, as opposed to one after the other. This is faster in both -CURRENT and -STABLE. Additionally, there is less code duplication for error-checking. One thing to note is that this code seems to return(1) when no buffers are available; perhaps ENOBUFS should be the correct return value? Partially submitted & tested by: Hiten Pandya MFC after: 1 week END