Searched defs:mapFd (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/ |
H A D | bpf_mapper.h | 46 static int32_t GetFirstKey(const int32_t mapFd, Key &key) in GetFirstKey() argument 66 static int32_t GetNextKey(const int32_t mapFd, const Key &key, Key &nextKey) in GetNextKey() argument 99 static int32_t UpdateElem(const int32_t mapFd, const Key &key, const Value &value, uint64_t flags) in UpdateElem() argument 120 static int32_t LookUpElem(const int32_t mapFd, cons argument 139 DeleteElem(const int32_t mapFd, const Key &key) DeleteElem() argument 181 BpfFdToU32(const int32_t mapFd) BpfFdToU32() argument 215 int32_t mapFd = BpfMapperImplement<Key, Value>::GetMap(pathName, flags); BpfMapper() local [all...] |
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bpf_netfirewall.cpp | 102 int mapFd = NetsysBpfRingBuffer::GetRingbufFd(MAP_PATH(EVENT_MAP), 0); in RingBufferListenThread() local
|
Completed in 3 milliseconds