OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipipstat_percpu
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/netipsec/
ipsec_private.h
42
extern percpu_t *
ipipstat_percpu
;
59
#define IPIP_STATINC(x) _NET_STATINC(
ipipstat_percpu
, x)
60
#define IPIP_STATADD(x, v) _NET_STATADD(
ipipstat_percpu
, x, v)
xform_ipip.c
92
percpu_t *
ipipstat_percpu
;
variable in typeref:typename:percpu_t *
597
ipipstat_percpu
= percpu_alloc(sizeof(uint64_t) * IPIP_NSTATS);
ipsec_netbsd.c
448
return (NETSTAT_SYSCTL(
ipipstat_percpu
, IPIP_NSTATS));
Completed in 14 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025