Home
last modified time | relevance | path

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

/netbsd/src/sys/netinet/
Dif_arp.c204 static percpu_t *arpstat_percpu; variable
206 #define ARP_STAT_GETREF() _NET_STAT_GETREF(arpstat_percpu)
207 #define ARP_STAT_PUTREF() _NET_STAT_PUTREF(arpstat_percpu)
209 #define ARP_STATINC(x) _NET_STATINC(arpstat_percpu, x)
210 #define ARP_STATADD(x, v) _NET_STATADD(arpstat_percpu, x, v)
272 arpstat_percpu = percpu_alloc(sizeof(uint64_t) * ARP_NSTATS); in arp_init()
2003 return NETSTAT_SYSCTL(arpstat_percpu, ARP_NSTATS); in sysctl_net_inet_arp_stats()