Home
last modified time | relevance | path

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

/system/netd/tests/
Dbpf_base_test.cpp102 BpfMap<uint64_t, UidTagValue> cookieTagMap(COOKIE_TAG_MAP_PATH); in TEST_F() local
103 ASSERT_LE(0, cookieTagMap.getMap()); in TEST_F()
109 Result<UidTagValue> tagResult = cookieTagMap.readValue(cookie); in TEST_F()
114 tagResult = cookieTagMap.readValue(cookie); in TEST_F()
122 BpfMap<uint64_t, UidTagValue> cookieTagMap(COOKIE_TAG_MAP_PATH); in TEST_F() local
123 ASSERT_LE(0, cookieTagMap.getMap()); in TEST_F()
129 Result<UidTagValue> tagResult = cookieTagMap.readValue(cookie); in TEST_F()
137 tagResult = cookieTagMap.readValue(cookie); in TEST_F()
/system/netd/libnetdbpf/include/netdbpf/
DBpfNetworkStats.h71 int cleanStatsMapInternal(const base::unique_fd& cookieTagMap, const base::unique_fd& tagStatsMap);