Home
last modified time | relevance | path

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

/system/netd/server/
DTrafficController.cpp550 UidOwnerValue newMatch = { in removeRule() local
554 if (newMatch.rule == 0) { in removeRule()
557 RETURN_IF_NOT_OK(map.writeValue(uid, newMatch, BPF_ANY)); in removeRule()
575 UidOwnerValue newMatch = { in addRule() local
579 RETURN_IF_NOT_OK(map.writeValue(uid, newMatch, BPF_ANY)); in addRule()
581 UidOwnerValue newMatch = { in addRule() local
585 RETURN_IF_NOT_OK(map.writeValue(uid, newMatch, BPF_ANY)); in addRule()