Lines Matching refs:exception_index

10313 	int exception_index = 0;  in necp_update_qos_marking()  local
10346 for (exception_index = 0; exception_index < MAX_ROUTE_RULE_INTERFACES; exception_index++) { in necp_update_qos_marking()
10347 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_update_qos_marking()
10350 if (route_rule->exception_if_actions[exception_index] != NECP_ROUTE_RULE_QOS_MARKING) { in necp_update_qos_marking()
10353 if (route_rule->exception_if_indices[exception_index] == ifp->if_index) { in necp_update_qos_marking()
10357 route_rule->exception_if_indices[exception_index], route_rule_id, qos_marking); in necp_update_qos_marking()
10489 int exception_index = 0; in necp_route_is_allowed_inner() local
10528 for (exception_index = 0; exception_index < MAX_ROUTE_RULE_INTERFACES; exception_index++) { in necp_route_is_allowed_inner()
10529 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_route_is_allowed_inner()
10532 if (route_rule->exception_if_indices[exception_index] == ifp->if_index || in necp_route_is_allowed_inner()
10533 …(delegated_ifp != NULL && route_rule->exception_if_indices[exception_index] == delegated_ifp->if_i… in necp_route_is_allowed_inner()
10534 if (route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_DENY_LQM_ABORT) { in necp_route_is_allowed_inner()
10538 route_rule->exception_if_indices[exception_index], route_rule_id); in necp_route_is_allowed_inner()
10541 } else if (IS_NECP_ROUTE_RULE_ALLOW_OR_DENY(route_rule->exception_if_actions[exception_index])) { in necp_route_is_allowed_inner()
10543 …, route_rule->exception_if_indices[exception_index], route_rule_id, ((route_rule->exception_if_act… in necp_route_is_allowed_inner()
10545 …return (route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_DENY_INTERFACE) ? FAL… in necp_route_is_allowed_inner()
10846 for (int exception_index = 0; exception_index < MAX_ROUTE_RULE_INTERFACES; exception_index++) { in necp_route_get_netagent() local
10847 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_route_get_netagent()
10850 if (route_rule->exception_if_indices[exception_index] == ifp->if_index && in necp_route_get_netagent()
10851 route_rule->exception_if_actions[exception_index] != NECP_ROUTE_RULE_NONE) { in necp_route_get_netagent()
10852 if (route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_USE_NETAGENT || in necp_route_get_netagent()
10853 route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_REMOVE_NETAGENT) { in necp_route_get_netagent()
10854 … *remove = (route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_REMOVE_NETAGENT); in necp_route_get_netagent()
10971 for (int exception_index = 0; exception_index < MAX_ROUTE_RULE_INTERFACES; exception_index++) { in necp_route_get_flow_divert_inner() local
10972 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_route_get_flow_divert_inner()
10975 if (route_rule->exception_if_indices[exception_index] == ifp->if_index && in necp_route_get_flow_divert_inner()
10976 route_rule->exception_if_actions[exception_index] != NECP_ROUTE_RULE_NONE) { in necp_route_get_flow_divert_inner()
10977 if (route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_DIVERT_SOCKET) { in necp_route_get_flow_divert_inner()