Home
last modified time | relevance | path

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

/test/vts-testcase/kernel/api/qtaguid/
DSocketTagUserSpace.h33 bool checkTag(uint64_t acct_tag, uid_t uid);
35 bool checkStats(uint64_t acct_tag, uid_t uid, int counterSet,
DSocketTagUserSpace.cpp153 bool SockInfo::checkTag(uint64_t acct_tag, uid_t uid) { in checkTag() argument
160 uint64_t full_tag = (acct_tag << 32) | uid; in checkTag()
177 bool SockInfo::checkStats(uint64_t acct_tag, uid_t uid, int counterSet, in checkStats() argument
179 uint64_t kTag = (uint64_t)acct_tag << 32; in checkStats()