K 10 svn:author V 7 rwatson K 8 svn:date V 27 2009-03-11T00:29:22.228948Z K 7 svn:log V 370 Add INP_INHASHLIST flag for inpcb->inp_flags to indicate whether or not the inpcb is currenty on various hash lookup lists, rather than using (lport != 0) to detect this. This means that the full 4-tuple of a connection can be retained after close, which should lead to more sensible netstat output in the window between TCP close and socket close. MFC after: 2 weeks END