Home
last modified time | relevance | path

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

/packages/modules/Connectivity/service/src/com/android/server/
DBpfNetMaps.java129 private static IBpfMap<CookieTagMapKey, CookieTagMapValue> sCookieTagMap = null; field in BpfNetMaps
169 sCookieTagMap = cookieTagMap; in setCookieTagMapForTest()
281 if (sCookieTagMap == null) { in initBpfMaps()
282 sCookieTagMap = getCookieTagMap(); in initBpfMaps()
965 data.add(mDeps.buildStatsEvent(getMapSize(sCookieTagMap), getMapSize(sUidOwnerMap), in pullBpfMapInfoAtom()
1062 BpfDump.dumpMap(sCookieTagMap, pw, "sCookieTagMap", in dump()