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

  /src/sys/net/
net_stats.c 55 const uint64_t *local_counters = v1; local in function:netstat_convert_to_user_cb
60 ctx->ctx_counters[i] += local_counters[i];
if_stats.c 83 const uint64_t * const local_counters = v1; local in function:if_stats_to_if_data_cb
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...]

Completed in 11 milliseconds