Lines Matching refs:total
162 struct datarec total;
171 struct u64rec total;
213 rec->total.processed = sum_processed;
214 rec->total.dropped = sum_dropped;
215 rec->total.info = sum_info;
216 rec->total.err = sum_err;
241 rec->total.processed = sum_total;
364 pps = calc_pps_u64(&rec->total, &prev->total, t);
365 printf(fmt2, "XDP_REDIRECT", "total",
388 pps = calc_pps_u64(&rec->total, &prev->total, t);
390 printf(fmt2, "Exception", "total",
420 pps = calc_pps(&rec->total, &prev->total, t);
422 drop = calc_drop(&rec->total, &prev->total, t);
423 info = calc_info(&rec->total, &prev->total, t);
457 pps = calc_pps(&rec->total, &prev->total, t);
458 drop = calc_drop(&rec->total, &prev->total, t);
459 info = calc_info(&rec->total, &prev->total, t);
462 printf(fmt2, "cpumap-kthread", "total", pps, drop, info, i_str);
495 pps = calc_pps(&rec->total, &prev->total, t);
496 drop = calc_drop(&rec->total, &prev->total, t);
497 info = calc_info(&rec->total, &prev->total, t);
498 err = calc_err(&rec->total, &prev->total, t);
505 printf(fmt2, "devmap-xmit", "total", pps, drop,