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

  /src/sys/netinet6/
raw_ip6.c 118 static percpu_t *rip6stat_percpu; variable in typeref:typename:percpu_t *
120 #define RIP6_STATINC(x) _NET_STATINC(rip6stat_percpu, x)
134 rip6stat_percpu = percpu_alloc(sizeof(uint64_t) * RIP6_NSTATS);
948 return (NETSTAT_SYSCTL(rip6stat_percpu, RIP6_NSTATS));
raw_ip6.c 118 static percpu_t *rip6stat_percpu; variable in typeref:typename:percpu_t *
120 #define RIP6_STATINC(x) _NET_STATINC(rip6stat_percpu, x)
134 rip6stat_percpu = percpu_alloc(sizeof(uint64_t) * RIP6_NSTATS);
948 return (NETSTAT_SYSCTL(rip6stat_percpu, RIP6_NSTATS));

Completed in 56 milliseconds