OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipcompstat_percpu
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netipsec/
ipsec_private.h
41
extern percpu_t *
ipcompstat_percpu
;
56
#define IPCOMP_STATINC(x) _NET_STATINC(
ipcompstat_percpu
, x)
57
#define IPCOMP_STATADD(x, v) _NET_STATADD(
ipcompstat_percpu
, x, v)
xform_ipcomp.c
74
percpu_t *
ipcompstat_percpu
;
variable in typeref:typename:percpu_t *
646
ipcompstat_percpu
= percpu_alloc(sizeof(uint64_t) * IPCOMP_NSTATS);
ipsec_netbsd.c
441
return (NETSTAT_SYSCTL(
ipcompstat_percpu
, IPCOMP_NSTATS));
Completed in 14 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025