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