Searched refs:ordered_indices (Results 1 – 1 of 1) sorted by relevance
2340 ifnet_reset_order(u_int32_t *ordered_indices, u_int32_t count) in ifnet_reset_order() argument2347 if (ordered_indices[order_index] == IFSCOPE_NONE || in ifnet_reset_order()2348 ordered_indices[order_index] > (uint32_t)if_index) { in ifnet_reset_order()2365 u_int32_t interface_index = ordered_indices[order_index]; in ifnet_reset_order()2417 u_int32_t *ordered_indices = NULL; in ifioctl_iforder() local2438 ordered_indices = (u_int32_t *)kalloc_data(ordered_indices_length, in ifioctl_iforder()2440 if (ordered_indices == NULL) { in ifioctl_iforder()2446 ordered_indices, ordered_indices_length); in ifioctl_iforder()2455 if (ordered_indices[j] == ordered_indices[i]) { in ifioctl_iforder()2466 error = ifnet_reset_order(ordered_indices, ifo->ifo_count); in ifioctl_iforder()[all …]