Searched refs:percent_pkts (Results 1 – 1 of 1) sorted by relevance
318 double percent_pkts, percent_bytes; in run_bpf_prog() local349 percent_pkts = (qstats.pkts_marked * 100.0) / in run_bpf_prog()353 fprintf(fout, "pkts_marked_percent:%6.2f\n", percent_pkts); in run_bpf_prog()357 percent_pkts = (qstats.pkts_dropped * 100.0) / in run_bpf_prog()361 fprintf(fout, "pkts_dropped_percent:%6.2f\n", percent_pkts); in run_bpf_prog()365 percent_pkts = (qstats.pkts_ecn_ce * 100.0) / in run_bpf_prog()367 fprintf(fout, "pkts_ecn_ce:%6.2f (%d)\n", percent_pkts, in run_bpf_prog()388 percent_pkts = (qstats.returnValCount[k] * 100.0) / in run_bpf_prog()391 percent_pkts, (int)qstats.returnValCount[k]); in run_bpf_prog()