Home
last modified time | relevance | path

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

/system/netd/tests/
Dbpf_base_test.cpp108 ASSERT_NE(NONEXISTENT_COOKIE, cookie); in TEST_F()
128 ASSERT_NE(NONEXISTENT_COOKIE, cookie); in TEST_F()
/system/bpf/libbpf_android/include/bpf/
DBpfUtils.h144 constexpr const uint64_t NONEXISTENT_COOKIE = 0; variable
/system/bpf/libbpf_android/
DBpfUtils.cpp214 return NONEXISTENT_COOKIE; in getSocketCookie()
/system/netd/server/
DTrafficControllerTest.cpp138 EXPECT_NE(NONEXISTENT_COOKIE, *cookie); in setUpSocketAndTag()
307 EXPECT_NE(NONEXISTENT_COOKIE, sockCookie); in expectTagSocketReachLimit()
DTrafficController.cpp360 if (sock_cookie == NONEXISTENT_COOKIE) return -errno; in tagSocket()
426 if (sock_cookie == NONEXISTENT_COOKIE) return -errno; in untagSocket()