Home
last modified time | relevance | path

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

/system/netd/tests/
Dbpf_base_test.cpp103 BpfMap<uint64_t, UidTag> cookieTagMap(mapRetrieve(COOKIE_TAG_MAP_PATH, 0)); in TEST_F() local
104 ASSERT_LE(0, cookieTagMap.getMap()); in TEST_F()
110 StatusOr<UidTag> tagResult = cookieTagMap.readValue(cookie); in TEST_F()
115 tagResult = cookieTagMap.readValue(cookie); in TEST_F()
123 BpfMap<uint64_t, UidTag> cookieTagMap(mapRetrieve(COOKIE_TAG_MAP_PATH, 0)); in TEST_F() local
124 ASSERT_LE(0, cookieTagMap.getMap()); in TEST_F()
130 StatusOr<UidTag> tagResult = cookieTagMap.readValue(cookie); in TEST_F()
138 tagResult = cookieTagMap.readValue(cookie); in TEST_F()
/system/netd/libnetdbpf/include/netdbpf/
DBpfNetworkStats.h70 int cleanStatsMapInternal(const base::unique_fd& cookieTagMap, const base::unique_fd& tagStatsMap);