Searched refs:exception_if_indices (Results 1 – 1 of 1) sorted by relevance
590 u_int exception_if_indices[MAX_ROUTE_RULE_INTERFACES]; member5204 if (route_rule->exception_if_indices[index] != 0) { in __sized_by()5205 ifnet_t interface = ifindex2ifnet[route_rule->exception_if_indices[index]]; in __sized_by()6212 if (searchentry->exception_if_indices[index_a] == 0) { in necp_lookup_route_rule_by_contents_locked()6223 if (searchentry->exception_if_indices[index_a] == if_indices[index_b] && in necp_lookup_route_rule_by_contents_locked()6478 memcpy(&new_rule->exception_if_indices, &if_indices, sizeof(if_indices)); in necp_create_route_rule()11988 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_update_qos_marking()11994 if (route_rule->exception_if_indices[exception_index] == ifp->if_index) { in necp_update_qos_marking()11998 route_rule->exception_if_indices[exception_index], route_rule_id, qos_marking); in necp_update_qos_marking()12173 if (route_rule->exception_if_indices[exception_index] == 0) { in necp_route_is_allowed_inner()[all …]