K 10 svn:author V 2 ae K 8 svn:date V 27 2019-02-13T15:46:05.023457Z K 7 svn:log V 301 In r335015 PCB destroing was made deferred using epoch_call(). But ipsec_delete_pcbpolicy() uses some VNET-virtualized variables, and thus it needs VNET context, that is missing during gtaskqueue executing. Use inp_vnet context to set curvnet in in_pcbfree_deferred(). PR: 235684 MFC after: 1 week END