Home
last modified time | relevance | path

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

/netbsd/sys/netinet/
H A Dip_carp.c159 static percpu_t *carpstat_percpu; variable
161 #define CARP_STATINC(x) _NET_STATINC(carpstat_percpu, x)
837 carpstat_percpu = percpu_alloc(sizeof(uint64_t) * CARP_NSTATS); in carpattach()
2427 return (NETSTAT_SYSCTL(carpstat_percpu, CARP_NSTATS)); in sysctl_net_inet_carp_stats()