K 10 svn:author V 5 mmacy K 8 svn:date V 27 2018-06-21T18:40:15.698714Z K 7 svn:log V 317 in_pcblookup_hash: validate inp before return Post r335356 it is possible to have an inpcb on the hash lists that is partially torn down. Validate before using. Also as a side effect of this change the lock ordering issue between hash lock and inpcb no longer exists allowing some simplification. Reported by: pho@ END