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

/linux-master/samples/bpf/
H A Dxdp_sample_user.c648 static void stats_get_rx_cnt(struct stats_record *stats_rec, argument
656 rec = &stats_rec->rx_cnt;
691 static void stats_get_cpumap_enqueue(struct stats_record *stats_rec, argument
701 rec = &stats_rec->enq[to_cpu];
745 static void stats_get_cpumap_remote(struct stats_record *stats_rec, argument
754 rec = &stats_rec->kthread;
784 static void stats_get_cpumap_kthread(struct stats_record *stats_rec, argument
792 rec = &stats_rec->kthread;
822 static void stats_get_redirect_cnt(struct stats_record *stats_rec, argument
831 rec = &stats_rec
854 stats_get_redirect_err_cnt(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus, struct sample_output *out) argument
903 stats_get_exception_cnt(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus, struct sample_output *out) argument
948 stats_get_devmap_xmit(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus, struct sample_output *out) argument
1000 stats_get_devmap_xmit_multi(struct stats_record *stats_rec, struct stats_record *stats_prev, unsigned int nr_cpus, struct sample_output *out, bool xmit_total) argument
[all...]

Completed in 91 milliseconds