OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipsecstat_percpu
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/netipsec/
ipsec_private.h
38
extern percpu_t *
ipsecstat_percpu
;
45
#define IPSEC_STAT_GETREF() _NET_STAT_GETREF(
ipsecstat_percpu
)
46
#define IPSEC_STAT_PUTREF() _NET_STAT_PUTREF(
ipsecstat_percpu
)
47
#define IPSEC_STATINC(x) _NET_STATINC(
ipsecstat_percpu
, x)
48
#define IPSEC_STATADD(x, v) _NET_STATADD(
ipsecstat_percpu
, x, v)
ipsec_netbsd.c
420
return (NETSTAT_SYSCTL(
ipsecstat_percpu
, IPSEC_NSTATS));
ipsec.c
128
percpu_t *
ipsecstat_percpu
;
variable in typeref:typename:percpu_t *
1907
ipsecstat_percpu
= percpu_alloc(sizeof(uint64_t) * IPSEC_NSTATS);
/src/sys/rump/librump/rumpnet/
net_stub.c
82
percpu_t *
ipsecstat_percpu
;
variable in typeref:typename:percpu_t *
Completed in 13 milliseconds
Indexes created Thu Oct 02 10:09:58 GMT 2025