Searched refs:CONFIGURATION_MAP_PATH (Results 1 – 8 of 8) sorted by relevance
19 import static android.net.BpfNetMapsConstants.CONFIGURATION_MAP_PATH;97 return new BpfMap<>(CONFIGURATION_MAP_PATH, BpfMap.BPF_F_RDONLY, in getConfigurationMap()
51 public static final String CONFIGURATION_MAP_PATH = field in BpfNetMapsConstants
41 RETURN_IF_RESULT_NOT_OK(mConfigurationMap.init(CONFIGURATION_MAP_PATH)); in init()
179 #define CONFIGURATION_MAP_PATH BPF_NETD_PATH "map_netd_configuration_map" macro
25 auto result = mConfigurationMap.init(CONFIGURATION_MAP_PATH); in Firewall()
19 import static android.net.BpfNetMapsConstants.CONFIGURATION_MAP_PATH;193 CONFIGURATION_MAP_PATH, S32.class, U32.class); in getConfigurationMap()
276 RETURN_IF_NOT_OK(mConfigurationMap.init(CONFIGURATION_MAP_PATH)); in initMaps()
195 static BpfMapRO<uint32_t, uint32_t> configurationMap(CONFIGURATION_MAP_PATH); in parseBpfNetworkStatsDetail()