K 10 svn:author V 7 rwatson K 8 svn:date V 27 2006-04-04T12:26:07.000000Z K 7 svn:log V 395 Before dereferencing intotw() when INP_TIMEWAIT, check for inp_ppcb being NULL. We currently do allow this to happen, but may want to remove that possibility in the future. This case can occur when a socket is left open after TCP wraps up, and the timewait state is recycled. This will be cleaned up in the future. Found by: Kazuaki Oda MFC after: 3 months END