Lines Matching refs:ifa_next
259 ifa = ifa->ifa_next; in calcorders()
380 if (!list || !list->ifa_next) in sortifaddrs()
383 while (temp && temp->ifa_next) { in sortifaddrs()
385 right = right->ifa_next; in sortifaddrs()
386 temp = temp->ifa_next->ifa_next; in sortifaddrs()
389 last->ifa_next = NULL; in sortifaddrs()
398 list = list->ifa_next; in sortifaddrs()
401 right = right->ifa_next; in sortifaddrs()
404 list = list->ifa_next; in sortifaddrs()
407 right = right->ifa_next; in sortifaddrs()
413 tail->ifa_next = next; in sortifaddrs()
802 for (ifa = sifap; ifa; ifa = ifa->ifa_next) { in list_interfaces_ioctl()
1857 for (ift = ifa; ift != NULL; ift = ift->ifa_next) { in status()