Searched refs:ipv6_route_count (Results 1 – 1 of 1) sorted by relevance
4039 int ipv4_route_count, ipv6_route_count; in ire_report() local4047 ipv4_route_count = ipv6_route_count = route_attrs_count = 0; in ire_report()4050 ipv6_route_count += iptr->length / ipv6RouteEntrySize; in ire_report()4067 if (family_selected(AF_INET6) && ipv6_route_count > 0) { in ire_report()4068 v6_attrs = calloc(ipv6_route_count, sizeof (*v6_attrs)); in ire_report()