Home
last modified time | relevance | path

Searched refs:portMap (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbitmap_manager.cpp265 void BitmapManager::OrInsertPortBitmap(SegmentBitmapMap &portSegMap, BpfUnorderedMap<PortKey> &portMap) in OrInsertPortBitmap() argument
275 portMap.OrInsert(key, item.bitmap); in OrInsertPortBitmap()
282 SegmentBitmapMap &portMap) in AddPortBitmap()
290 portMap.AddMap(item.startPort, item.endPort, bitmap); in AddPortBitmap()
281 AddPortBitmap(const std::vector<NetFirewallPortParam> &port, Bitmap &bitmap, SegmentBitmapMap &portMap) AddPortBitmap() argument
/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbitmap_manager.h771 * @param portMap output single port and rule bitmap map
774 void OrInsertPortBitmap(SegmentBitmapMap &portSegMap, BpfUnorderedMap<PortKey> &portMap);
809 * @param portMap port segment and bitmap map list
811 void AddPortBitmap(const std::vector<NetFirewallPortParam> &port, Bitmap &bitmap, SegmentBitmapMap &portMap);

Completed in 3 milliseconds