Searched refs:mSpiToIkeSession (Results 1 – 3 of 3) sorted by relevance
72 protected final LongSparseArray<IkeSessionStateMachine> mSpiToIkeSession = field in IkeSocket192 mSpiToIkeSession.put(spi, ikeSession); in registerIke()201 mSpiToIkeSession.remove(spi); in unregisterIke()
82 sPacketReceiver.handlePacket(Arrays.copyOfRange(recvbuf, 0, length), mSpiToIkeSession); in handlePacket() local
163 sPacketReceiver.handlePacket(Arrays.copyOfRange(recvbuf, 0, length), mSpiToIkeSession); in handlePacket() local