Searched refs:sorted_ifaces (Results 1 – 1 of 1) sorted by relevance
461 struct iface **sorted_ifaces = snl_allocz(&ss, ifmap->count * sizeof(void *)); in list_interfaces_nl() local464 sorted_ifaces[num++] = ifmap->ifaces[i]; in list_interfaces_nl()469 qsort(sorted_ifaces, ifmap->count, sizeof(void *), cmp_iface); in list_interfaces_nl()473 struct iface *iface = sorted_ifaces[i]; in list_interfaces_nl()