Home
last modified time | relevance | path

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

/system/netd/tests/
Dbpf_base_test.cpp107 ASSERT_NE(NONEXISTENT_COOKIE, cookie); in TEST_F()
127 ASSERT_NE(NONEXISTENT_COOKIE, cookie); in TEST_F()
/system/bpf/libbpf_android/
DBpfUtils.cpp59 return NONEXISTENT_COOKIE; in getSocketCookie()
/system/bpf/libbpf_android/include/bpf/
DBpfUtils.h53 constexpr const uint64_t NONEXISTENT_COOKIE = 0; variable
/system/netd/server/
DTrafficController.cpp323 if (sock_cookie == NONEXISTENT_COOKIE) return -errno; in tagSocket()
391 if (sock_cookie == NONEXISTENT_COOKIE) return -errno; in untagSocket()
DTrafficControllerTest.cpp137 EXPECT_NE(NONEXISTENT_COOKIE, *cookie); in setUpSocketAndTag()
306 EXPECT_NE(NONEXISTENT_COOKIE, sockCookie); in expectTagSocketReachLimit()