Home
last modified time | relevance | path

Searched refs:DOMAIN_IPV4_MAP (Results 1 - 4 of 4) sorted by relevance

/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall_map_def.h51 #define DOMAIN_IPV4_MAP domain_ipv4_map macro
H A Dnetfirewall_map.h230 bpf_map_def SEC("maps") DOMAIN_IPV4_MAP = {
H A Dnetfirewall_match.h361 result = bpf_map_lookup_elem(&DOMAIN_IPV4_MAP, &key); in MatchDomain()
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_netfirewall.cpp736 WriteBpfMap(MAP_PATH(DOMAIN_IPV4_MAP), key, value); in AddDomainCache()
751 ClearBpfMap(MAP_PATH(DOMAIN_IPV4_MAP), ip4Key, value); in ClearDomainCache()

Completed in 3 milliseconds