Home
last modified time | relevance | path

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

/aosp_15_r20/system/netd/server/
H A DRouteController.h47 constexpr int32_t RULE_PRIORITY_EXPLICIT_NETWORK = 16000; variable
H A DRouteController.cpp597 RULE_PRIORITY_EXPLICIT_NETWORK + subPriority, table, fwmark.intValue, in modifyExplicitNetworkRule()
624 return modifyIpRule(add ? RTM_NEWRULE : RTM_DELRULE, RULE_PRIORITY_EXPLICIT_NETWORK, table, in modifyLocalNetworkRule()
/aosp_15_r20/system/netd/tests/
H A Dbinder_test.cpp119 using android::net::RULE_PRIORITY_EXPLICIT_NETWORK;
828 RULE_PRIORITY_EXPLICIT_NETWORK, ifName.c_str()); in expectLocalIpRuleExists()
1764 RULE_PRIORITY_EXPLICIT_NETWORK, ifName); in expectNetworkPermissionIpRuleExists()
1769 RULE_PRIORITY_EXPLICIT_NETWORK, ifName); in expectNetworkPermissionIpRuleExists()
1774 RULE_PRIORITY_EXPLICIT_NETWORK, ifName); in expectNetworkPermissionIpRuleExists()
4163 ipRuleExistsForRange(RULE_PRIORITY_EXPLICIT_NETWORK + uidRangeConfig.subPriority, in verifyVpnUidRules()