Searched refs:percent_pkts (Results 1 – 1 of 1) sorted by relevance
326 double percent_pkts, percent_bytes; in run_bpf_prog() local 357 percent_pkts = (qstats.pkts_marked * 100.0) / in run_bpf_prog() 361 fprintf(fout, "pkts_marked_percent:%6.2f\n", percent_pkts); in run_bpf_prog() 365 percent_pkts = (qstats.pkts_dropped * 100.0) / in run_bpf_prog() 369 fprintf(fout, "pkts_dropped_percent:%6.2f\n", percent_pkts); in run_bpf_prog() 373 percent_pkts = (qstats.pkts_ecn_ce * 100.0) / in run_bpf_prog() 375 fprintf(fout, "pkts_ecn_ce:%6.2f (%d)\n", percent_pkts, in run_bpf_prog() 396 percent_pkts = (qstats.returnValCount[k] * 100.0) / in run_bpf_prog() 399 percent_pkts, (int)qstats.returnValCount[k]); in run_bpf_prog()