Searched refs:if_indexlim (Results 1 – 1 of 1) sorted by relevance
314 static int if_indexlim = 8; variable425 ifindex_table = malloc(if_indexlim * sizeof(*ifindex_table), in if_init_idxtable()586 if (idx >= if_indexlim) { in if_alloc_domain()590 newlim = if_indexlim * 2; in if_alloc_domain()592 memcpy(new, ifindex_table, if_indexlim * sizeof(*new)); in if_alloc_domain()595 if_indexlim = newlim; in if_alloc_domain()