Home
last modified time | relevance | path

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

/foundation/communication/netmanager_base/services/netmanagernative/bpf/include/netfirewall/
H A Dnetfirewall_map_def.h52 #define DOMAIN_IPV6_MAP domain_ipv6_map macro
H A Dnetfirewall_map.h239 bpf_map_def SEC("maps") DOMAIN_IPV6_MAP = {
H A Dnetfirewall_match.h367 result = bpf_map_lookup_elem(&DOMAIN_IPV6_MAP, &key); in MatchDomain()
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbpf_netfirewall.cpp741 WriteBpfMap(MAP_PATH(DOMAIN_IPV6_MAP), key, value); in AddDomainCache()
752 ClearBpfMap(MAP_PATH(DOMAIN_IPV6_MAP), ip6Key, value); in ClearDomainCache()

Completed in 4 milliseconds