K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-06-28T14:33:47.000000Z K 7 svn:log V 614 Merge uipc_socket2.c:1.158 and socketvar.h:1.150 from HEAD to RELENG_6: Remove sbinsertoob(), sbinsertoob_locked(). They violate (and have basically always violated) invariannts of soreceive(), which assume that the first mbuf pointer in a receive socket buffer can't change while the SB_LOCK sleepable lock is held on the socket buffer, which is precisely what these functions do. No current protocols invoke these functions, and removing them will help discourage them from ever being used. I should have removed them years ago, but lost track of it. Prodded almost by accident by: peter END