Searched refs:sPktLogs (Results 1 – 1 of 1) sorted by relevance
131 private static final ConcurrentHashMap<String, LocalLog> sPktLogs = new ConcurrentHashMap<>(); field in IpClient154 final LocalLog pktLog = sPktLogs.get(ifname); in dumpAllLogs()583 sPktLogs.putIfAbsent(mInterfaceName, new LocalLog(MAX_PACKET_RECORDS)); in IpClient()584 mConnectivityPacketLog = sPktLogs.get(mInterfaceName); in IpClient()