Searched refs:unrecognizedSpis (Results 1 – 1 of 1) sorted by relevance
2516 Set<Integer> unrecognizedSpis = new HashSet<>(); in handleInboundRekeyChildRequest() local2534 unrecognizedSpis.add(childSpi); in handleInboundRekeyChildRequest()2558 new IkeInformationalPayload[unrecognizedSpis.size()]; in handleInboundRekeyChildRequest()2560 for (Integer spi : unrecognizedSpis) { in handleInboundRekeyChildRequest()