Home
last modified time | relevance | path

Searched refs:action_key (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall_map.h93 .key_size = sizeof(action_key),
186 .key_size = sizeof(action_key),
H A Dnetfirewall_types.h133 typedef __u8 action_key; typedef
H A Dnetfirewall_match.h368 action_key akey = 1; in match_action()
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/
H A Dbpf_netfirewall.h51 using ActionKey = action_key;
H A Dbitmap_manager.h670 using BpfActionMap = BpfUnorderedMap<action_key>;
/ohos5.0/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbitmap_manager.cpp330 action_key Key = 1; in BuildMarkBitmap()