Searched refs:udp6stat_percpu (Results 1 – 2 of 2) sorted by relevance
38 extern percpu_t *udp6stat_percpu;40 #define UDP6_STATINC(x) _NET_STATINC(udp6stat_percpu, x)
130 percpu_t *udp6stat_percpu; variable168 udp6stat_percpu = percpu_alloc(sizeof(uint64_t) * UDP6_NSTATS); in udp6_init()1337 return (NETSTAT_SYSCTL(udp6stat_percpu, UDP6_NSTATS)); in sysctl_net_inet6_udp6_stats()