Lines Matching refs:exception_index

11856 	int exception_index = 0;  in necp_update_qos_marking()  local
11889 for (exception_index = 0; exception_index < MAX_ROUTE_RULE_INTERFACES; exception_index++) { in necp_update_qos_marking()
11890 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_update_qos_marking()
11893 if (route_rule->exception_if_actions[exception_index] != NECP_ROUTE_RULE_QOS_MARKING) { in necp_update_qos_marking()
11896 if (route_rule->exception_if_indices[exception_index] == ifp->if_index) { in necp_update_qos_marking()
11900 route_rule->exception_if_indices[exception_index], route_rule_id, qos_marking); in necp_update_qos_marking()
12033 int exception_index = 0; in necp_route_is_allowed_inner() local
12072 for (exception_index = 0; exception_index < MAX_ROUTE_RULE_INTERFACES; exception_index++) { in necp_route_is_allowed_inner()
12073 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_route_is_allowed_inner()
12076 if (route_rule->exception_if_indices[exception_index] == ifp->if_index || in necp_route_is_allowed_inner()
12077 …(delegated_ifp != NULL && route_rule->exception_if_indices[exception_index] == delegated_ifp->if_i… in necp_route_is_allowed_inner()
12078 if (route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_DENY_LQM_ABORT) { in necp_route_is_allowed_inner()
12082 route_rule->exception_if_indices[exception_index], route_rule_id); in necp_route_is_allowed_inner()
12085 } else if (IS_NECP_ROUTE_RULE_ALLOW_OR_DENY(route_rule->exception_if_actions[exception_index])) { in necp_route_is_allowed_inner()
12087 …->exception_if_indices[exception_index], route_rule_id, (IS_NECP_ROUTE_RULE_DENY(route_rule->excep… in necp_route_is_allowed_inner()
12089 …if (IS_NECP_ROUTE_RULE_DENY(route_rule->exception_if_actions[exception_index]) && route_rule->effe… in necp_route_is_allowed_inner()
12092 … return IS_NECP_ROUTE_RULE_DENY(route_rule->exception_if_actions[exception_index]) ? FALSE : TRUE; in necp_route_is_allowed_inner()
12434 for (int exception_index = 0; exception_index < MAX_ROUTE_RULE_INTERFACES; exception_index++) { in necp_route_get_netagent() local
12435 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_route_get_netagent()
12438 if (route_rule->exception_if_indices[exception_index] == ifp->if_index && in necp_route_get_netagent()
12439 route_rule->exception_if_actions[exception_index] != NECP_ROUTE_RULE_NONE) { in necp_route_get_netagent()
12440 if (route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_USE_NETAGENT || in necp_route_get_netagent()
12441 route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_REMOVE_NETAGENT) { in necp_route_get_netagent()
12442 … *remove = (route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_REMOVE_NETAGENT); in necp_route_get_netagent()
12569 for (int exception_index = 0; exception_index < MAX_ROUTE_RULE_INTERFACES; exception_index++) { in necp_route_get_flow_divert_inner() local
12570 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_route_get_flow_divert_inner()
12573 if (route_rule->exception_if_indices[exception_index] == ifp->if_index && in necp_route_get_flow_divert_inner()
12574 route_rule->exception_if_actions[exception_index] != NECP_ROUTE_RULE_NONE) { in necp_route_get_flow_divert_inner()
12575 if (route_rule->exception_if_actions[exception_index] == NECP_ROUTE_RULE_DIVERT_SOCKET) { in necp_route_get_flow_divert_inner()