Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/net/
H A Dif.c2579 size_t ordered_indices_length = 0; in ifioctl_iforder() local
2598 ordered_indices_length = ifo->ifo_count * sizeof(u_int32_t); in ifioctl_iforder()
2599 if (ordered_indices_length > 0) { in ifioctl_iforder()
2604 ordered_indices = (u_int32_t *)kalloc_data(ordered_indices_length, in ifioctl_iforder()
2612 ordered_indices, ordered_indices_length); in ifioctl_iforder()
2656 ordered_indices_length = count * sizeof(uint32_t); in ifioctl_iforder()
2657 ordered_indices = (uint32_t *)kalloc_data(ordered_indices_length, in ifioctl_iforder()
2685 kfree_data(ordered_indices, ordered_indices_length); in ifioctl_iforder()