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.java137 private static IBpfMap<CookieTagMapKey, CookieTagMapValue> sCookieTagMap = null; field in BpfNetMaps
181 sCookieTagMap = cookieTagMap; in setCookieTagMapForTest()
332 if (sCookieTagMap == null) { in initBpfMaps()
333 sCookieTagMap = getCookieTagMap(); in initBpfMaps()
1213 data.add(mDeps.buildStatsEvent(getMapSize(sCookieTagMap), getMapSize(sUidOwnerMap), in pullBpfMapInfoAtom()
1310 BpfDump.dumpMap(sCookieTagMap, pw, "sCookieTagMap", in dump()