Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/samples/bpf/
H A Dhbm.c318 double percent_pkts, percent_bytes; in run_bpf_prog() local
351 percent_bytes = (qstats.bytes_marked * 100.0) / in run_bpf_prog()
354 fprintf(fout, "bytes_marked_percent:%6.2f\n", percent_bytes); in run_bpf_prog()
359 percent_bytes = (qstats.bytes_dropped * 100.0) / in run_bpf_prog()
362 fprintf(fout, "bytes_dropped_percent:%6.2f\n", percent_bytes); in run_bpf_prog()