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

/linux-master/samples/bpf/
H A Dhbm.h28 unsigned long long pkts_total; member in struct:hbm_queue_stats
H A Dhbm.c349 fprintf(fout, "packets:%d\n", (int)qstats.pkts_total);
358 (qstats.pkts_total + 1);
366 (qstats.pkts_total + 1);
374 (qstats.pkts_total + 1);
383 (int)(qstats.sum_rtt / (qstats.pkts_total + 1)));
388 (qstats.pkts_total + 1.0)) / 1000000.0);
392 (1500 * ((int)qstats.pkts_total ) + 1)));
397 (qstats.pkts_total + 1);
H A Dhbm_kern.h175 __sync_add_and_fetch(&(qsp->pkts_total), 1);

Completed in 153 milliseconds