K 10 svn:author V 7 rwatson K 8 svn:date V 27 2009-03-26T14:20:16.500872Z K 7 svn:log V 423 Merge r189657 from head to stable/7: 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. Approved by: re (kib) END