Home
last modified time | relevance | path

Searched defs:mapFd (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_mapper.h46 static int32_t GetFirstKey(const int32_t mapFd, Key &key) in GetFirstKey()
66 static int32_t GetNextKey(const int32_t mapFd, const Key &key, Key &nextKey) in GetNextKey()
99 … static int32_t UpdateElem(const int32_t mapFd, const Key &key, const Value &value, uint64_t flags) in UpdateElem()
120 static int32_t LookUpElem(const int32_t mapFd, const Key &key, const Value &value) in LookUpElem()
139 static int32_t DeleteElem(const int32_t mapFd, const Key &key) in DeleteElem()
181 static uint32_t BpfFdToU32(const int32_t mapFd) in BpfFdToU32()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_netfirewall.cpp102 int mapFd = NetsysBpfRingBuffer::GetRingbufFd(MAP_PATH(EVENT_MAP), 0); in RingBufferListenThread() local