K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-04-09T16:59:19.000000Z K 7 svn:log V 361 Modify tcp_timewait() to accept an inpcb reference, not a tcptw reference. For now, we allow the possibility that the in_ppcb pointer in the inpcb may be NULL if a timewait socket has had its tcptw structure recycled. This allows tcp_timewait() to consistently unlock the inpcb. Reported by: Kazuaki Oda MFC after: 3 months END