Home
last modified time | relevance | path

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

/system/netd/server/
DTrafficController.cpp549 UidOwnerValue newMatch = { in removeRule() local
553 if (newMatch.rule == 0) { in removeRule()
556 RETURN_IF_NOT_OK(mUidOwnerMap.writeValue(uid, newMatch, BPF_ANY)); in removeRule()
573 UidOwnerValue newMatch = { in addRule() local
577 RETURN_IF_NOT_OK(mUidOwnerMap.writeValue(uid, newMatch, BPF_ANY)); in addRule()
579 UidOwnerValue newMatch = { in addRule() local
583 RETURN_IF_NOT_OK(mUidOwnerMap.writeValue(uid, newMatch, BPF_ANY)); in addRule()