K 10 svn:author V 2 pb K 8 svn:date V 27 2002-12-21T19:59:47.000000Z K 7 svn:log V 303 In syncache_timer(), don't attempt to lock the inpcb structure associated with the syncache entry: in case tcp_close() has been called on the corresponding listening socket, the lock has been destroyed as a side effect of in_pcbdetach(), causing a panic when we attempt to lock on it. Reviewed by: hsu END