Home
last modified time | relevance | path

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

/Linux-v5.4/samples/bpf/
Dxdp_monitor_user.c294 static void stats_print(struct stats_record *stats_rec, in stats_print() argument
315 rec = &stats_rec->xdp_redirect[rec_i]; in stats_print()
340 rec = &stats_rec->xdp_exception[rec_i]; in stats_print()
367 rec = &stats_rec->xdp_cpumap_enqueue[to_cpu]; in stats_print()
406 rec = &stats_rec->xdp_cpumap_kthread; in stats_print()
439 rec = &stats_rec->xdp_devmap_xmit; in stats_print()
Dxdp_redirect_cpu_user.c296 static void stats_print(struct stats_record *stats_rec, in stats_print() argument
318 rec = &stats_rec->rx_cnt; in stats_print()
346 rec = &stats_rec->enq[to_cpu]; in stats_print()
383 rec = &stats_rec->kthread; in stats_print()
412 rec = &stats_rec->redir_err; in stats_print()
434 rec = &stats_rec->exception; in stats_print()
Dxdp_rxq_info_user.c341 static void stats_print(struct stats_record *stats_rec, in stats_print() argument
366 rec = &stats_rec->stats; in stats_print()
400 rec = &stats_rec->rxq[rxq]; in stats_print()