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