Searched refs:destroyedSockets (Results 1 – 1 of 1) sorted by relevance
342 AtomicInteger destroyedSockets = new AtomicInteger(0); in processNetlinkDumpAndDestroySockets() local347 destroyedSockets.getAndIncrement(); in processNetlinkDumpAndDestroySockets()359 return destroyedSockets.get(); in processNetlinkDumpAndDestroySockets()427 final int destroyedSockets = processNetlinkDumpAndDestroySockets( in destroySockets() local429 Log.d(TAG, "Destroyed " + destroyedSockets + " sockets" in destroySockets()