HomeSort by: relevance | last modified time | path
    Searched defs:toalloc (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/net/npf/
npf_tableset.c 508 size_t toalloc, newsize; local in function:table_ifaddr_insert
510 toalloc = roundup2(allocated + 1, NPF_IFADDR_STEP);
511 newsize = toalloc * sizeof(npf_tblent_t *);
526 t->t_allocated[aidx] = toalloc;

Completed in 24 milliseconds