Searched defs:total_stats (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlstat.c2086 rx_lane_stat_entry_t *total_stats; local
2111 total_stats = calloc(1, sizeof (rx_lane_stat_entry_t));
2112 if (total_stats == NULL)
2115 total_stats->rle_index = DLSTAT_INVALID_ENTRY;
2116 total_stats->rle_id = DLSTAT_INVALID_ENTRY;
2118 total_stats->rle_stats.rl_ipackets =
2120 total_stats->rle_stats.rl_rbytes =
2123 total_stats->rle_stats.rl_intrs =
2125 total_stats->rle_stats.rl_intrbytes =
2128 total_stats
2160 tx_lane_stat_entry_t *total_stats; local
2396 total_stat_entry_t *total_stats = NULL; local
2628 aggr_port_stat_entry_t *total_stats; local
2738 dladm_stat_chain_t *total_stats; local
[all...]

Completed in 47 milliseconds