Searched refs:pkts_total (Results 1 – 3 of 3) sorted by relevance
341 fprintf(fout, "packets:%d\n", (int)qstats.pkts_total); in run_bpf_prog()350 (qstats.pkts_total + 1); in run_bpf_prog()358 (qstats.pkts_total + 1); in run_bpf_prog()366 (qstats.pkts_total + 1); in run_bpf_prog()375 (int)(qstats.sum_rtt / (qstats.pkts_total + 1))); in run_bpf_prog()380 (qstats.pkts_total + 1.0)) / 1000000.0); in run_bpf_prog()384 (1500 * ((int)qstats.pkts_total ) + 1))); in run_bpf_prog()389 (qstats.pkts_total + 1); in run_bpf_prog()
28 unsigned long long pkts_total; member
175 __sync_add_and_fetch(&(qsp->pkts_total), 1); in hbm_update_stats()
Completed in 5 milliseconds