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 - 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
Indexes created Fri Sep 26 08:10:20 GMT 2025