Searched refs:mIkeSpiResource (Results 1 – 1 of 1) sorted by relevance
758 private IkeSecurityParameterIndex mIkeSpiResource; field in IkeSaPayload.IkeProposal789 mIkeSpiResource = ikeSpiResource; in IkeProposal()817 if (mIkeSpiResource == null) return; in releaseSpiResourceIfExists()818 mIkeSpiResource.close(); in releaseSpiResourceIfExists()819 mIkeSpiResource = null; in releaseSpiResourceIfExists()828 mIkeSpiResource = ikeSpiGenerator.allocateSpi(remoteAddress, spi); in allocateResourceForRemoteIkeSpi()842 return mIkeSpiResource; in getIkeSpiResource()