Home
last modified time | relevance | path

Searched refs:exception_index (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.1.9/bsd/net/
H A Dnecp.c11965 int exception_index = 0; in necp_update_qos_marking() local
11998 for (exception_index = 0; exception_index < MAX_ROUTE_RULE_INTERFACES; exception_index++) { in necp_update_qos_marking()
11999 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_update_qos_marking()
12002 if (route_rule->exception_if_actions[exception_index] != NECP_ROUTE_RULE_QOS_MARKING) { in necp_update_qos_marking()
12005 if (route_rule->exception_if_indices[exception_index] == ifp->if_index) { in necp_update_qos_marking()
12009 route_rule->exception_if_indices[exception_index], route_rule_id, qos_marking); in necp_update_qos_marking()
12144 int exception_index = 0; in necp_route_is_allowed_inner() local
12183 for (exception_index = 0; exception_index < MAX_ROUTE_RULE_INTERFACES; exception_index++) { in necp_route_is_allowed_inner()
12184 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_route_is_allowed_inner()
12187 if (route_rule->exception_if_indices[exception_index] == ifp->if_index || in necp_route_is_allowed_inner()
[all …]