Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dxdp_sample_user.c648 static void stats_get_rx_cnt(struct stats_record *stats_rec, in stats_get_rx_cnt() argument
656 rec = &stats_rec->rx_cnt; in stats_get_rx_cnt()
701 rec = &stats_rec->enq[to_cpu]; in stats_get_cpumap_enqueue()
754 rec = &stats_rec->kthread; in stats_get_cpumap_remote()
792 rec = &stats_rec->kthread; in stats_get_cpumap_kthread()
831 rec = &stats_rec->redir_err[0]; in stats_get_redirect_cnt()
866 rec = &stats_rec->redir_err[rec_i]; in stats_get_redirect_err_cnt()
913 rec = &stats_rec->exception[rec_i]; in stats_get_exception_cnt()
948 static void stats_get_devmap_xmit(struct stats_record *stats_rec, in stats_get_devmap_xmit() argument
958 rec = &stats_rec->devmap_xmit; in stats_get_devmap_xmit()
[all …]