Searched refs:exception_if_indices (Results 1 – 1 of 1) sorted by relevance
588 u_int exception_if_indices[MAX_ROUTE_RULE_INTERFACES]; member5263 if (route_rule->exception_if_indices[index] != 0) { in __sized_by()5264 ifnet_t interface = ifindex2ifnet[route_rule->exception_if_indices[index]]; in __sized_by()6257 if (searchentry->exception_if_indices[index_a] == 0) { in necp_lookup_route_rule_by_contents_locked()6268 if (searchentry->exception_if_indices[index_a] == if_indices[index_b] && in necp_lookup_route_rule_by_contents_locked()6519 memcpy(&new_rule->exception_if_indices, &if_indices, sizeof(if_indices)); in necp_create_route_rule()11890 if (route_rule->exception_if_indices[exception_index] == 0) { 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()12073 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_route_is_allowed_inner()[all …]