Home
last modified time | relevance | path

Searched refs:NetsysBpfMap (Results 1 - 1 of 1) sorted by relevance

/foundation/communication/netmanager_base/bpf/bpf_reader/
H A Dbpf_reader.h26 template <class Key, class Value> class NetsysBpfMap { class
28 NetsysBpfMap<Key, Value>() = default;
29 NetsysBpfMap<Key, Value>(const std::string &pathName, uint32_t flags);
30 NetsysBpfMap<Key, Value>(bpf_map_type mapType, uint32_t maxEntries, uint32_t mapFlags);
62 void Iterate(const std::function<void(const Key &key, const NetsysBpfMap<Key, Value> &map)> &counter) const;

Completed in 1 milliseconds