Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/net/
H A Dnecp.c495 u_int exception_if_indices[MAX_ROUTE_RULE_INTERFACES]; member
4346 if (route_rule->exception_if_indices[index] != 0) { in necp_get_result_description()
4347 ifnet_t interface = ifindex2ifnet[route_rule->exception_if_indices[index]]; in necp_get_result_description()
5136 if (searchentry->exception_if_indices[index_a] == 0) { in necp_lookup_route_rule_by_contents_locked()
5147 if (searchentry->exception_if_indices[index_a] == if_indices[index_b] && in necp_lookup_route_rule_by_contents_locked()
5360 memcpy(&new_rule->exception_if_indices, &if_indices, sizeof(if_indices)); in necp_create_route_rule()
9895 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_update_qos_marking()
9901 if (route_rule->exception_if_indices[exception_index] == ifp->if_index) { in necp_update_qos_marking()
9905 route_rule->exception_if_indices[exception_index], route_rule_id, qos_marking); in necp_update_qos_marking()
10076 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_route_is_allowed_inner()
[all …]