Home
last modified time | relevance | path

Searched refs:toalloc (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/net/npf/
H A Dnpf_tableset.c508 size_t toalloc, newsize; in table_ifaddr_insert() local
510 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()