Home
last modified time | relevance | path

Searched refs:EVENT_MAP (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall_event_map.h22 bpf_map_def SEC("maps") EVENT_MAP = {
H A Dnetfirewall_map_def.h47 #define EVENT_MAP event_map macro
H A Dnetfirewall_event.h31 struct event *e = bpf_ringbuf_reserve(&EVENT_MAP, sizeof(struct event), 0); in output_to_user()
/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()