Searched refs:gs_prevstats (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/dladm/
H A Ddladm.c130 pktsum_t gs_prevstats[MAXPORT]; member in struct:show_grp_state
3305 * Let's re-use gs_prevstats[] to store the difference of the
3310 dladm_stats_diff(&state->gs_prevstats[i], &port_stat[i],
3311 &state->gs_prevstats[i]);
3313 &state->gs_prevstats[i]);
3329 largs.laggr_diffstats = &state->gs_prevstats[i];
3337 state->gs_prevstats[i] = port_stat[i];

Completed in 62 milliseconds