Searched defs:mConfigurationMap (Results 1 – 3 of 3) sorted by relevance
64 BpfMapRO<uint32_t, uint32_t> mConfigurationMap; variable
53 private final IBpfMap<S32, U32> mConfigurationMap; field in NetworkStackBpfNetMaps
163 private final IBpfMap<S32, U32> mConfigurationMap = new TestBpfMap<>(S32.class, U32.class); field in BpfNetMapsTest