Searched refs:sumstats (Results 1 – 1 of 1) sorted by relevance
182 struct ifstat *newstats, struct ifstat *sumstats);2593 struct ifstat *sumstats) in if_stat_total() argument2595 sumstats->ipackets += newstats->ipackets - oldstats->ipackets; in if_stat_total()2596 sumstats->opackets += newstats->opackets - oldstats->opackets; in if_stat_total()2597 sumstats->ierrors += newstats->ierrors - oldstats->ierrors; in if_stat_total()2598 sumstats->oerrors += newstats->oerrors - oldstats->oerrors; in if_stat_total()2599 sumstats->collisions += newstats->collisions - oldstats->collisions; in if_stat_total()