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

  /src/sys/netinet/
ip_carp.c 159 static percpu_t *carpstat_percpu; variable in typeref:typename:percpu_t *
161 #define CARP_STATINC(x) _NET_STATINC(carpstat_percpu, x)
837 carpstat_percpu = percpu_alloc(sizeof(uint64_t) * CARP_NSTATS);
2425 return (NETSTAT_SYSCTL(carpstat_percpu, CARP_NSTATS));

Completed in 30 milliseconds