percent_bytes 317 samples/bpf/hbm.c double percent_pkts, percent_bytes; percent_bytes 350 samples/bpf/hbm.c percent_bytes = (qstats.bytes_marked * 100.0) / percent_bytes 353 samples/bpf/hbm.c fprintf(fout, "bytes_marked_percent:%6.2f\n", percent_bytes); percent_bytes 358 samples/bpf/hbm.c percent_bytes = (qstats.bytes_dropped * 100.0) / percent_bytes 361 samples/bpf/hbm.c fprintf(fout, "bytes_dropped_percent:%6.2f\n", percent_bytes);