Home
last modified time | relevance | path

Searched defs:newMatch (Results 1 – 1 of 1) sorted by relevance

/system/netd/server/
DTrafficController.cpp581 UidOwnerValue newMatch = {.rule = static_cast<uint8_t>(oldMatch.value().rule & ~match), in removeRule() local
604 UidOwnerValue newMatch = {.rule = static_cast<uint8_t>(oldMatch.value().rule | match), in addRule() local
608 UidOwnerValue newMatch = {.rule = static_cast<uint8_t>(match), .iif = iif}; in addRule() local