OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:icmpstat_percpu
(Results
1 - 1
of
1
) 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));
Completed in 11 milliseconds
Indexes created Wed Oct 01 13:09:50 GMT 2025