Searched refs:type_aggregate_action (Results 1 – 1 of 1) sorted by relevance
11052 u_int8_t type_aggregate_action = NECP_ROUTE_RULE_NONE; in necp_route_is_allowed_inner() local11127 type_aggregate_action = NECP_ROUTE_RULE_DENY_INTERFACE; in necp_route_is_allowed_inner()11136 if (type_aggregate_action == NECP_ROUTE_RULE_NONE || in necp_route_is_allowed_inner()11137 (type_aggregate_action == NECP_ROUTE_RULE_ALLOW_INTERFACE && in necp_route_is_allowed_inner()11140 type_aggregate_action = route_rule->cellular_action; in necp_route_is_allowed_inner()11155 type_aggregate_action = NECP_ROUTE_RULE_DENY_INTERFACE; in necp_route_is_allowed_inner()11164 if (type_aggregate_action == NECP_ROUTE_RULE_NONE || in necp_route_is_allowed_inner()11165 (type_aggregate_action == NECP_ROUTE_RULE_ALLOW_INTERFACE && in necp_route_is_allowed_inner()11168 type_aggregate_action = route_rule->wifi_action; in necp_route_is_allowed_inner()11184 type_aggregate_action = NECP_ROUTE_RULE_DENY_INTERFACE; in necp_route_is_allowed_inner()[all …]