OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ahstat_percpu
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netipsec/
ipsec_private.h
39
extern percpu_t *
ahstat_percpu
;
50
#define AH_STATINC(x) _NET_STATINC(
ahstat_percpu
, x)
51
#define AH_STATADD(x, v) _NET_STATADD(
ahstat_percpu
, x, v)
xform_ah.c
102
percpu_t *
ahstat_percpu
;
variable in typeref:typename:percpu_t *
1226
ahstat_percpu
= percpu_alloc(sizeof(uint64_t) * AH_NSTATS);
ipsec_netbsd.c
427
return (NETSTAT_SYSCTL(
ahstat_percpu
, AH_NSTATS));
Completed in 13 milliseconds
Indexes created Thu Nov 06 05:09:59 GMT 2025