Home
last modified time | relevance | path

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

/system/extras/tests/iptables/qtaguid/
DsocketTag.cpp151 uint64_t full_tag = acct_tag | uid; in checkTag() local
152 std::string buff = android::base::StringPrintf(" tag=0x%" PRIx64 " (uid=%u)", full_tag, uid); in checkTag()
170 if (!(res == 5 && k_tag == full_tag && k_uid == uid)) { in checkTag()