Searched refs:ICMP_NSTATS (Results 1 – 4 of 4) sorted by relevance
60 #define ICMP_NSTATS (ICMP_STAT_LAST + 2 * ICMP_NTYPES) macro
192 icmpstat_percpu = percpu_alloc(sizeof(uint64_t) * ICMP_NSTATS); in icmp_init()1007 return (NETSTAT_SYSCTL(icmpstat_percpu, ICMP_NSTATS)); in sysctl_net_inet_icmp_stats()1087 KASSERT(stat < ICMP_NSTATS); in icmp_statinc()
36 uint64_t icmpstat[ICMP_NSTATS]; in netbsd_read_icmp_stat()
104 #undef ICMP_NSTATS