Home
last modified time | relevance | path

Searched refs:BpfConfig (Results 1 – 3 of 3) sorted by relevance

/system/netd/libnetdbpf/include/netdbpf/
Dbpf_shared.h104 typedef uint8_t BpfConfig; typedef
105 const BpfConfig DEFAULT_CONFIG = 0;
/system/netd/bpf_progs/
Dnetd.h156 static __always_inline BpfConfig getConfig(uint32_t configKey) { in getConfig()
158 BpfConfig* config = bpf_configuration_map_lookup_elem(&mapSettingKey); in getConfig()
171 BpfConfig enabledRules = getConfig(UID_RULES_CONFIGURATION_KEY); in bpf_owner_match()
/system/netd/server/
DTrafficController.cpp771 BpfConfig newConfiguration; in toggleUidOwnerMap()