Lines Matching refs:exception_index
10222 int exception_index = 0; in necp_update_qos_marking() local
10255 for (exception_index = 0; exception_index < MAX_ROUTE_RULE_INTERFACES; exception_index++) { in necp_update_qos_marking()
10256 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_update_qos_marking()
10259 if (route_rule->exception_if_actions[exception_index] != NECP_ROUTE_RULE_QOS_MARKING) { in necp_update_qos_marking()
10262 if (route_rule->exception_if_indices[exception_index] == ifp->if_index) { in necp_update_qos_marking()
10266 route_rule->exception_if_indices[exception_index], route_rule_id, qos_marking); in necp_update_qos_marking()
10397 int exception_index = 0; in necp_route_is_allowed_inner() local
10436 for (exception_index = 0; exception_index < MAX_ROUTE_RULE_INTERFACES; exception_index++) { in necp_route_is_allowed_inner()
10437 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_route_is_allowed_inner()
10440 if (route_rule->exception_if_indices[exception_index] == ifp->if_index || in necp_route_is_allowed_inner()
10441 …(delegated_ifp != NULL && route_rule->exception_if_indices[exception_index] == delegated_ifp->if_i… in necp_route_is_allowed_inner()
10442 if (route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_DENY_LQM_ABORT) { in necp_route_is_allowed_inner()
10446 route_rule->exception_if_indices[exception_index], route_rule_id); in necp_route_is_allowed_inner()
10449 } else if (IS_NECP_ROUTE_RULE_ALLOW_OR_DENY(route_rule->exception_if_actions[exception_index])) { in necp_route_is_allowed_inner()
10451 …, route_rule->exception_if_indices[exception_index], route_rule_id, ((route_rule->exception_if_act… in necp_route_is_allowed_inner()
10453 …return (route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_DENY_INTERFACE) ? FAL… in necp_route_is_allowed_inner()
10658 for (int exception_index = 0; exception_index < MAX_ROUTE_RULE_INTERFACES; exception_index++) { in necp_route_get_netagent() local
10659 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_route_get_netagent()
10662 if (route_rule->exception_if_indices[exception_index] == ifp->if_index && in necp_route_get_netagent()
10663 route_rule->exception_if_actions[exception_index] != NECP_ROUTE_RULE_NONE) { in necp_route_get_netagent()
10664 if (route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_USE_NETAGENT || in necp_route_get_netagent()
10665 route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_REMOVE_NETAGENT) { in necp_route_get_netagent()
10666 … *remove = (route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_REMOVE_NETAGENT); in necp_route_get_netagent()
10773 for (int exception_index = 0; exception_index < MAX_ROUTE_RULE_INTERFACES; exception_index++) { in necp_route_get_flow_divert_inner() local
10774 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_route_get_flow_divert_inner()
10777 if (route_rule->exception_if_indices[exception_index] == ifp->if_index && in necp_route_get_flow_divert_inner()
10778 route_rule->exception_if_actions[exception_index] != NECP_ROUTE_RULE_NONE) { in necp_route_get_flow_divert_inner()
10779 if (route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_DIVERT_SOCKET) { in necp_route_get_flow_divert_inner()