OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:icmp6stat_percpu
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/netinet6/
icmp6_private.h
38
extern percpu_t *
icmp6stat_percpu
;
40
#define ICMP6_STAT_GETREF() _NET_STAT_GETREF(
icmp6stat_percpu
)
41
#define ICMP6_STAT_PUTREF() _NET_STAT_PUTREF(
icmp6stat_percpu
)
43
#define ICMP6_STATINC(x) _NET_STATINC(
icmp6stat_percpu
, x)
icmp6.c
147
percpu_t *
icmp6stat_percpu
;
variable in typeref:typename:percpu_t *
226
icmp6stat_percpu
= percpu_alloc(sizeof(uint64_t) * ICMP6_NSTATS);
2899
return (NETSTAT_SYSCTL(
icmp6stat_percpu
, ICMP6_NSTATS));
Completed in 167 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025