Searched refs:type_aggregate_action (Results 1 – 1 of 1) sorted by relevance
10396 u_int8_t type_aggregate_action = NECP_ROUTE_RULE_NONE; in necp_route_is_allowed_inner() local10465 type_aggregate_action = NECP_ROUTE_RULE_DENY_INTERFACE; in necp_route_is_allowed_inner()10471 if (type_aggregate_action == NECP_ROUTE_RULE_NONE || in necp_route_is_allowed_inner()10472 (type_aggregate_action == NECP_ROUTE_RULE_ALLOW_INTERFACE && in necp_route_is_allowed_inner()10475 type_aggregate_action = route_rule->cellular_action; in necp_route_is_allowed_inner()10487 type_aggregate_action = NECP_ROUTE_RULE_DENY_INTERFACE; in necp_route_is_allowed_inner()10493 if (type_aggregate_action == NECP_ROUTE_RULE_NONE || in necp_route_is_allowed_inner()10494 (type_aggregate_action == NECP_ROUTE_RULE_ALLOW_INTERFACE && in necp_route_is_allowed_inner()10497 type_aggregate_action = route_rule->wifi_action; in necp_route_is_allowed_inner()10509 type_aggregate_action = NECP_ROUTE_RULE_DENY_INTERFACE; in necp_route_is_allowed_inner()[all …]