IPSEC_PCBSP_CONNECTED
if ((pcbsp->sp_cacheflags & IPSEC_PCBSP_CONNECTED) == 0) {
if (pcbsp->sp_cacheflags & IPSEC_PCBSP_CONNECTED) {
pcbsp->sp_cacheflags |= IPSEC_PCBSP_CONNECTED;
pcbsp->sp_cacheflags &= ~IPSEC_PCBSP_CONNECTED;