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

  /src/sys/netinet6/
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));
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 27 milliseconds