OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fullst
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/net/npf/
npf_os.c
228
uint64_t *
fullst
, *uptr = *(uint64_t **)data;
local
231
fullst
= kmem_alloc(NPF_STATS_SIZE, KM_SLEEP);
232
npfk_stats(npf,
fullst
); /* will zero the buffer */
233
error = copyout(
fullst
, uptr, NPF_STATS_SIZE);
234
kmem_free(
fullst
, NPF_STATS_SIZE);
Completed in 19 milliseconds
Indexes created Thu Mar 19 00:23:35 UTC 2026