OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:local_counters
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/net/
if_stats.c
83
const uint64_t * const
local_counters
= v1;
local
89
ctx->ifi->ifi_ipackets +=
local_counters
[if_ipackets];
90
ctx->ifi->ifi_ierrors +=
local_counters
[if_ierrors];
91
ctx->ifi->ifi_opackets +=
local_counters
[if_opackets];
92
ctx->ifi->ifi_oerrors +=
local_counters
[if_oerrors];
93
ctx->ifi->ifi_collisions +=
local_counters
[if_collisions];
94
ctx->ifi->ifi_ibytes +=
local_counters
[if_ibytes];
95
ctx->ifi->ifi_obytes +=
local_counters
[if_obytes];
96
ctx->ifi->ifi_imcasts +=
local_counters
[if_imcasts];
97
ctx->ifi->ifi_omcasts +=
local_counters
[if_omcasts]
[
all
...]
net_stats.c
55
const uint64_t *
local_counters
= v1;
local
60
ctx->ctx_counters[i] +=
local_counters
[i];
Completed in 20 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026