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

  /src/sys/netinet/
ip_icmp.c 145 percpu_t *icmpstat_percpu; variable in typeref:typename:percpu_t *
198 icmpstat_percpu = percpu_alloc(sizeof(uint64_t) * ICMP_NSTATS);
614 uint64_t *icps = percpu_getref(icmpstat_percpu);
617 percpu_putref(icmpstat_percpu);
1045 return (NETSTAT_SYSCTL(icmpstat_percpu, ICMP_NSTATS));
ip_icmp.c 145 percpu_t *icmpstat_percpu; variable in typeref:typename:percpu_t *
198 icmpstat_percpu = percpu_alloc(sizeof(uint64_t) * ICMP_NSTATS);
614 uint64_t *icps = percpu_getref(icmpstat_percpu);
617 percpu_putref(icmpstat_percpu);
1045 return (NETSTAT_SYSCTL(icmpstat_percpu, ICMP_NSTATS));

Completed in 24 milliseconds