Searched refs:toalloc (Results 1 – 1 of 1) sorted by relevance
508 size_t toalloc, newsize; in table_ifaddr_insert() local510 toalloc = roundup2(allocated + 1, NPF_IFADDR_STEP); in table_ifaddr_insert()511 newsize = toalloc * sizeof(npf_tblent_t *); in table_ifaddr_insert()526 t->t_allocated[aidx] = toalloc; in table_ifaddr_insert()