Home
last modified time | relevance | path

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

/system/extras/tests/iptables/qtaguid/
DsocketTag.cpp142 uint64_t k_tag; in checkTag() local
175 (uintptr_t *)&addr, &k_tag, &k_uid, &dummy_pid, &dummy_count ); in checkTag()
176 if (!(res == 5 && k_tag == full_tag && k_uid == uid)) { in checkTag()