Home
last modified time | relevance | path

Searched refs:drop (Results 1 – 2 of 2) sorted by relevance

/samples/bpf/
Dxdp_monitor_user.c400 double drop, info; in stats_print() local
410 drop = calc_drop(r, p, t); in stats_print()
418 i, to_cpu, pps, drop, info, info_str); in stats_print()
422 drop = calc_drop(&rec->total, &prev->total, t); in stats_print()
429 "sum", to_cpu, pps, drop, info, info_str); in stats_print()
438 double drop, info; in stats_print() local
449 drop = calc_drop(r, p, t); in stats_print()
453 if (pps > 0 || drop > 0) in stats_print()
455 i, pps, drop, info, i_str); in stats_print()
458 drop = calc_drop(&rec->total, &prev->total, t); in stats_print()
[all …]
Dxdp_redirect_cpu_user.c357 double pps = 0, drop = 0, err = 0; in stats_print() local
386 drop = calc_drop_pps(r, p, t); in stats_print()
392 i, pps, drop, err, errstr); in stats_print()
395 drop = calc_drop_pps(&rec->total, &prev->total, t); in stats_print()
397 printf(fm2_rx, "XDP-RX", "total", pps, drop); in stats_print()
414 drop = calc_drop_pps(r, p, t); in stats_print()
422 i, to_cpu, pps, drop, err, errstr); in stats_print()
426 drop = calc_drop_pps(&rec->total, &prev->total, t); in stats_print()
433 "sum", to_cpu, pps, drop, err, errstr); in stats_print()
451 drop = calc_drop_pps(r, p, t); in stats_print()
[all …]