Searched refs:maxEntries (Results 1 – 5 of 5) sorted by relevance
30 NetsysBpfMap<Key, Value>(bpf_map_type mapType, uint32_t maxEntries, uint32_t mapFlags);
53 …atic int CreateMap(bpf_map_type mapType, uint32_t keySize, uint32_t valueSize, uint32_t maxEntries,
44 size_t maxEntries; member
79 unsigned int maxEntries; member
65 transferParams_->maxEntries = Utils::String2Int<size_t>(*ct++, Utils::N_DEC); in CommandsParser()