Searched refs:type_aggregate_action (Results 1 – 1 of 1) sorted by relevance
12032 u_int8_t type_aggregate_action = NECP_ROUTE_RULE_NONE; in necp_route_is_allowed_inner() local12107 type_aggregate_action = NECP_ROUTE_RULE_DENY_INTERFACE; in necp_route_is_allowed_inner()12116 if (type_aggregate_action == NECP_ROUTE_RULE_NONE || in necp_route_is_allowed_inner()12117 (type_aggregate_action == NECP_ROUTE_RULE_ALLOW_INTERFACE && in necp_route_is_allowed_inner()12120 type_aggregate_action = route_rule->cellular_action; in necp_route_is_allowed_inner()12135 type_aggregate_action = NECP_ROUTE_RULE_DENY_INTERFACE; in necp_route_is_allowed_inner()12144 if (type_aggregate_action == NECP_ROUTE_RULE_NONE || in necp_route_is_allowed_inner()12145 (type_aggregate_action == NECP_ROUTE_RULE_ALLOW_INTERFACE && in necp_route_is_allowed_inner()12148 type_aggregate_action = route_rule->wifi_action; in necp_route_is_allowed_inner()12164 type_aggregate_action = NECP_ROUTE_RULE_DENY_INTERFACE; in necp_route_is_allowed_inner()[all …]