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

/linux-master/samples/bpf/
H A Dhbm.c326 double percent_pkts, percent_bytes; local
359 percent_bytes = (qstats.bytes_marked * 100.0) /
362 fprintf(fout, "bytes_marked_percent:%6.2f\n", percent_bytes);
367 percent_bytes = (qstats.bytes_dropped * 100.0) /
370 fprintf(fout, "bytes_dropped_percent:%6.2f\n", percent_bytes);

Completed in 119 milliseconds