Home
last modified time | relevance | path

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

/system/netd/libnetdbpf/include/netdbpf/
Dbpf_shared.h82 HAPPY_BOX_MATCH = (1 << 0), enumerator
/system/netd/bpf_progs/
Dnetd.c49 if (whitelistMatch) return whitelistMatch->rule & HAPPY_BOX_MATCH; in xt_bpf_whitelist_prog()
/system/netd/server/
DTrafficControllerTest.cpp679 expectUidOwnerMapValues(appStrUids, HAPPY_BOX_MATCH, 0); in TEST_F()
698 expectUidOwnerMapValues(appStrUids, HAPPY_BOX_MATCH | PENALTY_BOX_MATCH, 0); in TEST_F()
723 expectUidOwnerMapValues(appStrUids, HAPPY_BOX_MATCH, 0); in TEST_F()
731 expectUidOwnerMapValues(appStrUids, HAPPY_BOX_MATCH, 0); in TEST_F()
DTrafficController.cpp99 FLAG_MSG_TRANS(matchType, HAPPY_BOX_MATCH, match); in uidMatchTypeToString()
571 return HAPPY_BOX_MATCH; in jumpOpToMatch()