Home
last modified time | relevance | path

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

/linux-6.1.9/samples/bpf/
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()
691 static void stats_get_cpumap_enqueue(struct stats_record *stats_rec, in stats_get_cpumap_enqueue() argument
701 rec = &stats_rec->enq[to_cpu]; in stats_get_cpumap_enqueue()
745 static void stats_get_cpumap_remote(struct stats_record *stats_rec, in stats_get_cpumap_remote() argument
754 rec = &stats_rec->kthread; in stats_get_cpumap_remote()
784 static void stats_get_cpumap_kthread(struct stats_record *stats_rec, in stats_get_cpumap_kthread() argument
792 rec = &stats_rec->kthread; in stats_get_cpumap_kthread()
822 static void stats_get_redirect_cnt(struct stats_record *stats_rec, in stats_get_redirect_cnt() argument
831 rec = &stats_rec->redir_err[0]; in stats_get_redirect_cnt()
[all …]
Dxdp_rxq_info_user.c343 static void stats_print(struct stats_record *stats_rec, in stats_print() argument
368 rec = &stats_rec->stats; in stats_print()
402 rec = &stats_rec->rxq[rxq]; in stats_print()