K 10 svn:author V 2 ae K 8 svn:date V 27 2019-02-20T10:22:48.542128Z K 7 svn:log V 306 MFC r344103: 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 END