K 10 svn:author V 7 git2svn K 8 svn:date V 27 2021-04-06T06:52:45.208773Z K 7 svn:log V 447 ipdivert: check that PCB is still valid after taking INPCB_RLOCK. We are inspecting PCBs of divert sockets under NET_EPOCH section, but PCB could be already detached and we should check INP_FREED flag when we took INP_RLOCK. PR: 254478 Differential Revision: https://reviews.freebsd.org/D29420 (cherry picked from commit c80a4b76ceacc5aab322e7ac1407eea8c90cb3b1) Git Hash: 38c299fe856216d6ab38eb5e04d9ee4f8c22995d Git Author: ae@FreeBSD.org END