K 10 svn:author V 7 rwatson K 8 svn:date V 27 2007-05-08T08:32:29.000000Z K 7 svn:log V 481 Merge uipc_usrreq.c:1.171 from HEAD to RELENG_6: Reduce periods of simultaneous acquisition of various socket buffer locks and the unplock during uipc_rcvd() and uipc_send() by caching certain values from one structure while its locks are held, and applying them to a second structure while its locks are held. If done carefully, this should be correct, and will reduce the amount of work done with the global unp lock held. Tested by: kris (earlier version) END