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

  /src/sys/netinet/
icmp_var.h 60 #define ICMP_NSTATS (ICMP_STAT_LAST + 2 * ICMP_NTYPES)
ip_icmp.c 198 icmpstat_percpu = percpu_alloc(sizeof(uint64_t) * ICMP_NSTATS);
1045 return (NETSTAT_SYSCTL(icmpstat_percpu, ICMP_NSTATS));
1132 KASSERT(stat < ICMP_NSTATS);
  /src/usr.bin/systat/
icmp.c 64 static uint64_t curstat[ICMP_NSTATS];
65 static uint64_t newstat[ICMP_NSTATS];
66 static uint64_t oldstat[ICMP_NSTATS];
  /src/usr.bin/netstat/
inet.c 690 uint64_t icmpstat[ICMP_NSTATS];

Completed in 35 milliseconds