Searched refs:nextKey (Results 1 – 3 of 3) sorted by relevance
66 static int32_t GetNextKey(const int32_t mapFd, const Key &key, Key &nextKey) in GetNextKey() argument74 bpfAttr.next_key = BpfMapKeyToU64(nextKey); in GetNextKey()274 Key nextKey{}; in GetAllKeys()275 while (BpfMapperImplement<Key, Value>::GetNextKey(mapFd_, key, nextKey) >= 0) { in GetAllKeys()276 key = nextKey; in GetAllKeys()
66 for (unsigned long nextKey = 0; nextKey < data.size(); ++count) { in KeyNum() local67 nextKey += (data[nextKey] + 1) & 0xff; in KeyNum()
79 int GetNextKeyFromStatsMap(const Key &curkey, Key &nextKey) const;