K 10 svn:author V 5 mmacy K 8 svn:date V 27 2018-06-13T04:23:49.612358Z K 7 svn:log V 221 Handle INP_FREED when looking up an inpcb When hash table lookups are not serialized with in_pcbfree it will be possible for callers to find an inpcb that has been marked free. We need to check for this and return NULL. END