Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/net/
H A Dnecp.c533 u_int exception_if_indices[MAX_ROUTE_RULE_INTERFACES]; member
4823 if (route_rule->exception_if_indices[index] != 0) { in necp_get_result_description()
4824 ifnet_t interface = ifindex2ifnet[route_rule->exception_if_indices[index]]; in necp_get_result_description()
5680 if (searchentry->exception_if_indices[index_a] == 0) { in necp_lookup_route_rule_by_contents_locked()
5691 if (searchentry->exception_if_indices[index_a] == if_indices[index_b] && in necp_lookup_route_rule_by_contents_locked()
5925 memcpy(&new_rule->exception_if_indices, &if_indices, sizeof(if_indices)); in necp_create_route_rule()
10911 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_update_qos_marking()
10917 if (route_rule->exception_if_indices[exception_index] == ifp->if_index) { in necp_update_qos_marking()
10921 route_rule->exception_if_indices[exception_index], route_rule_id, qos_marking); in necp_update_qos_marking()
11093 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_route_is_allowed_inner()
[all …]