Searched refs:type_aggregate_action (Results 1 – 1 of 1) sorted by relevance
12143 u_int8_t type_aggregate_action = NECP_ROUTE_RULE_NONE; in necp_route_is_allowed_inner() local12218 type_aggregate_action = NECP_ROUTE_RULE_DENY_INTERFACE; in necp_route_is_allowed_inner()12227 if (type_aggregate_action == NECP_ROUTE_RULE_NONE || in necp_route_is_allowed_inner()12228 (type_aggregate_action == NECP_ROUTE_RULE_ALLOW_INTERFACE && in necp_route_is_allowed_inner()12231 type_aggregate_action = route_rule->cellular_action; in necp_route_is_allowed_inner()12246 type_aggregate_action = NECP_ROUTE_RULE_DENY_INTERFACE; in necp_route_is_allowed_inner()12255 if (type_aggregate_action == NECP_ROUTE_RULE_NONE || in necp_route_is_allowed_inner()12256 (type_aggregate_action == NECP_ROUTE_RULE_ALLOW_INTERFACE && in necp_route_is_allowed_inner()12259 type_aggregate_action = route_rule->wifi_action; in necp_route_is_allowed_inner()12275 type_aggregate_action = NECP_ROUTE_RULE_DENY_INTERFACE; in necp_route_is_allowed_inner()[all …]