Searched refs:type_aggregate_action (Results 1 – 1 of 1) sorted by relevance
10035 u_int8_t type_aggregate_action = NECP_ROUTE_RULE_NONE; in necp_route_is_allowed_inner() local10104 type_aggregate_action = NECP_ROUTE_RULE_DENY_INTERFACE; in necp_route_is_allowed_inner()10110 if (type_aggregate_action == NECP_ROUTE_RULE_NONE || in necp_route_is_allowed_inner()10111 (type_aggregate_action == NECP_ROUTE_RULE_ALLOW_INTERFACE && in necp_route_is_allowed_inner()10114 type_aggregate_action = route_rule->cellular_action; in necp_route_is_allowed_inner()10126 type_aggregate_action = NECP_ROUTE_RULE_DENY_INTERFACE; in necp_route_is_allowed_inner()10132 if (type_aggregate_action == NECP_ROUTE_RULE_NONE || in necp_route_is_allowed_inner()10133 (type_aggregate_action == NECP_ROUTE_RULE_ALLOW_INTERFACE && in necp_route_is_allowed_inner()10136 type_aggregate_action = route_rule->wifi_action; in necp_route_is_allowed_inner()10148 type_aggregate_action = NECP_ROUTE_RULE_DENY_INTERFACE; in necp_route_is_allowed_inner()[all …]