Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/net/
H A Dnecp.c517 u_int exception_if_indices[MAX_ROUTE_RULE_INTERFACES]; member
4549 if (route_rule->exception_if_indices[index] != 0) { in necp_get_result_description()
4550 ifnet_t interface = ifindex2ifnet[route_rule->exception_if_indices[index]]; in necp_get_result_description()
5383 if (searchentry->exception_if_indices[index_a] == 0) { in necp_lookup_route_rule_by_contents_locked()
5394 if (searchentry->exception_if_indices[index_a] == if_indices[index_b] && in necp_lookup_route_rule_by_contents_locked()
5607 memcpy(&new_rule->exception_if_indices, &if_indices, sizeof(if_indices)); in necp_create_route_rule()
10256 if (route_rule->exception_if_indices[exception_index] == 0) { 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()
10437 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_route_is_allowed_inner()
[all …]