Home | History | Annotate | Download | only in net

Lines Matching refs:total

472         long total = 0;
474 total += addIfSupported(getTxPackets(iface));
476 return total;
489 long total = 0;
491 total += addIfSupported(getRxPackets(iface));
493 return total;
506 long total = 0;
508 total += addIfSupported(getTxBytes(iface));
510 return total;
523 long total = 0;
525 total += addIfSupported(getRxBytes(iface));
527 return total;
532 long total = 0;
540 total += addIfSupported(stat);
542 return total;
547 long total = 0;
555 total += addIfSupported(stat);
557 return total;