K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-11-28T18:09:03.000000Z K 7 svn:log V 337 Break out functionality in sosend() responsible for building mbuf chains and copying in mbufs from the body of the send logic, creating a new function sosend_copyin(). This changes makes sosend() almost readable, and will allow the same logic to be used by tailored socket send routines. MFC after: 1 month Reviewed by: andre, glebius END