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

  /src/sys/netinet6/
icmp6.c 147 percpu_t *icmp6stat_percpu; variable in typeref:typename:percpu_t *
226 icmp6stat_percpu = percpu_alloc(sizeof(uint64_t) * ICMP6_NSTATS);
2899 return (NETSTAT_SYSCTL(icmp6stat_percpu, ICMP6_NSTATS));

Completed in 12 milliseconds