Home
last modified time | relevance | path

Searched refs:ipipstat_percpu (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/netipsec/
H A Dipsec_private.h42 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)
H A Dxform_ipip.c92 percpu_t *ipipstat_percpu; variable
597 ipipstat_percpu = percpu_alloc(sizeof(uint64_t) * IPIP_NSTATS); in ipe4_attach()
H A Dipsec_netbsd.c448 return (NETSTAT_SYSCTL(ipipstat_percpu, IPIP_NSTATS)); in sysctl_net_inet_ipip_stats()