Searched refs:mapFd_ (Results 1 - 2 of 2) sorted by relevance
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/ |
H A D | bpf_mapper.h | 207 if (mapFd_ != NETMANAGER_ERROR) { in ~BpfMapper() 208 close(mapFd_); in ~BpfMapper() 209 mapFd_ = NETMANAGER_ERROR; in ~BpfMapper() 214 mapFd_ = NETMANAGER_ERROR; in BpfMapper() 217 mapFd_ = mapFd; in BpfMapper() 228 return mapFd_ >= 0; in IsValid() 240 if (BpfMapperImplement<Key, Value>::LookUpElem(mapFd_, key, value) < 0) { in Read() 257 return BpfMapperImplement<Key, Value>::UpdateElem(mapFd_, key, value, flags); in Write() 268 if (BpfMapperImplement<Key, Value>::GetFirstKey(mapFd_, key) < 0) { in GetAllKeys() 275 while (BpfMapperImplement<Key, Value>::GetNextKey(mapFd_, ke in GetAllKeys() 304 int32_t mapFd_ = NETMANAGER_ERROR; global() member in OHOS::NetManagerStandard::BpfMapper [all...] |
/foundation/communication/netmanager_base/bpf/bpf_reader/ |
H A D | bpf_reader.h | 98 int32_t mapFd_ = 0; member in OHOS::Bpf::NetsysBpfMap
|
Completed in 1 milliseconds