OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:toalloc
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/npf/
npf_tableset.c
508
size_t
toalloc
, newsize;
local
510
toalloc
= roundup2(allocated + 1, NPF_IFADDR_STEP);
511
newsize =
toalloc
* sizeof(npf_tblent_t *);
526
t->t_allocated[aidx] =
toalloc
;
npf_tableset.c
508
size_t
toalloc
, newsize;
local
510
toalloc
= roundup2(allocated + 1, NPF_IFADDR_STEP);
511
newsize =
toalloc
* sizeof(npf_tblent_t *);
526
t->t_allocated[aidx] =
toalloc
;
Completed in 75 milliseconds
Indexes created Fri Jun 05 00:26:10 UTC 2026