K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-02-25T13:32:24.000000Z K 7 svn:log V 413 Merge spx_usrreq.c:1.56 from HEAD to RELENG_5: Explicitly lock the send socket buffer in spx_reass() to cover the drop record loop for ACK'd data, rather than relying on lokcing in sbdroprecord() and sowwakeup(), reducing the number of lock operations as well as eliminating a possible race against the head of the send buffer mbuf chain. Use the _locked variants of sbdroprecord() and sowwakeup(). END