HomeSort by: relevance | last modified time | path
    Searched refs:ip6stat_percpu (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/netinet6/
ip6_private.h 38 extern percpu_t *ip6stat_percpu;
40 #define IP6_STAT_GETREF() _NET_STAT_GETREF(ip6stat_percpu)
41 #define IP6_STAT_PUTREF() _NET_STAT_PUTREF(ip6stat_percpu)
43 #define IP6_STATINC(x) _NET_STATINC(ip6stat_percpu, x)
44 #define IP6_STATDEC(x) _NET_STATDEC(ip6stat_percpu, x)
ip6_input.c 133 percpu_t *ip6stat_percpu; variable in typeref:typename:percpu_t *
212 ip6stat_percpu = percpu_alloc(sizeof(uint64_t) * IP6_NSTATS);
1556 return (NETSTAT_SYSCTL(ip6stat_percpu, IP6_NSTATS));

Completed in 13 milliseconds