Lines Matching refs:exception_index
9861 int exception_index = 0; in necp_update_qos_marking() local
9894 for (exception_index = 0; exception_index < MAX_ROUTE_RULE_INTERFACES; exception_index++) { in necp_update_qos_marking()
9895 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_update_qos_marking()
9898 if (route_rule->exception_if_actions[exception_index] != NECP_ROUTE_RULE_QOS_MARKING) { in necp_update_qos_marking()
9901 if (route_rule->exception_if_indices[exception_index] == ifp->if_index) { in necp_update_qos_marking()
9905 route_rule->exception_if_indices[exception_index], route_rule_id, qos_marking); in necp_update_qos_marking()
10036 int exception_index = 0; in necp_route_is_allowed_inner() local
10075 for (exception_index = 0; exception_index < MAX_ROUTE_RULE_INTERFACES; exception_index++) { in necp_route_is_allowed_inner()
10076 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_route_is_allowed_inner()
10079 if (route_rule->exception_if_indices[exception_index] == ifp->if_index || in necp_route_is_allowed_inner()
10080 …(delegated_ifp != NULL && route_rule->exception_if_indices[exception_index] == delegated_ifp->if_i… in necp_route_is_allowed_inner()
10081 if (route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_DENY_LQM_ABORT) { in necp_route_is_allowed_inner()
10085 route_rule->exception_if_indices[exception_index], route_rule_id); in necp_route_is_allowed_inner()
10088 } else if (IS_NECP_ROUTE_RULE_ALLOW_OR_DENY(route_rule->exception_if_actions[exception_index])) { in necp_route_is_allowed_inner()
10090 …, route_rule->exception_if_indices[exception_index], route_rule_id, ((route_rule->exception_if_act… in necp_route_is_allowed_inner()
10092 …return (route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_DENY_INTERFACE) ? FAL… in necp_route_is_allowed_inner()
10286 for (int exception_index = 0; exception_index < MAX_ROUTE_RULE_INTERFACES; exception_index++) { in necp_route_get_netagent() local
10287 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_route_get_netagent()
10290 if (route_rule->exception_if_indices[exception_index] == ifp->if_index && in necp_route_get_netagent()
10291 route_rule->exception_if_actions[exception_index] != NECP_ROUTE_RULE_NONE) { in necp_route_get_netagent()
10292 if (route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_USE_NETAGENT || in necp_route_get_netagent()
10293 route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_REMOVE_NETAGENT) { in necp_route_get_netagent()
10294 … *remove = (route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_REMOVE_NETAGENT); in necp_route_get_netagent()
10401 for (int exception_index = 0; exception_index < MAX_ROUTE_RULE_INTERFACES; exception_index++) { in necp_route_get_flow_divert_inner() local
10402 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_route_get_flow_divert_inner()
10405 if (route_rule->exception_if_indices[exception_index] == ifp->if_index && in necp_route_get_flow_divert_inner()
10406 route_rule->exception_if_actions[exception_index] != NECP_ROUTE_RULE_NONE) { in necp_route_get_flow_divert_inner()
10407 if (route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_DIVERT_SOCKET) { in necp_route_get_flow_divert_inner()