K 10 svn:author V 5 andre K 8 svn:date V 27 2009-06-22T22:20:38.336864Z K 7 svn:log V 356 Add m_mbuftouio() helper function to copy(out) an arbitrary long mbuf chain into an arbitrary large uio in a single step. It is a functional mirror image of m_uiotombuf(). This function is supposed to be used instead of hand rolled code with the same purpose and to concentrate it into one place for potential further optimization or hardware assistance. END