percent_pkts 317 samples/bpf/hbm.c double percent_pkts, percent_bytes; percent_pkts 348 samples/bpf/hbm.c percent_pkts = (qstats.pkts_marked * 100.0) / percent_pkts 352 samples/bpf/hbm.c fprintf(fout, "pkts_marked_percent:%6.2f\n", percent_pkts); percent_pkts 356 samples/bpf/hbm.c percent_pkts = (qstats.pkts_dropped * 100.0) / percent_pkts 360 samples/bpf/hbm.c fprintf(fout, "pkts_dropped_percent:%6.2f\n", percent_pkts); percent_pkts 364 samples/bpf/hbm.c percent_pkts = (qstats.pkts_ecn_ce * 100.0) / percent_pkts 366 samples/bpf/hbm.c fprintf(fout, "pkts_ecn_ce:%6.2f (%d)\n", percent_pkts, percent_pkts 387 samples/bpf/hbm.c percent_pkts = (qstats.returnValCount[k] * 100.0) / percent_pkts 390 samples/bpf/hbm.c percent_pkts, (int)qstats.returnValCount[k]);