HomeSort by: relevance | last modified time | path
    Searched defs:arpstat_percpu (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/netinet/
if_arp.c 204 static percpu_t *arpstat_percpu; variable in typeref:typename:percpu_t *
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);
2003 return NETSTAT_SYSCTL(arpstat_percpu, ARP_NSTATS);

Completed in 11 milliseconds