Home
last modified time | relevance | path

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

/Linux-v5.15/samples/bpf/
Dxdp_sample_user.h17 SAMPLE_DEVMAP_XMIT_CNT = 1U << 6, enumerator
101 if (mask & SAMPLE_DEVMAP_XMIT_CNT) \
Dxdp_redirect_map_multi_user.c34 SAMPLE_EXCEPTION_CNT | SAMPLE_DEVMAP_XMIT_CNT |
101 mask &= ~(SAMPLE_DEVMAP_XMIT_CNT | in main()
Dxdp_monitor_user.c33 SAMPLE_DEVMAP_XMIT_CNT | SAMPLE_DEVMAP_XMIT_CNT_MULTI;
Dxdp_sample_user.c280 if (mask & SAMPLE_DEVMAP_XMIT_CNT) { in sample_print_help()
501 if (sample_mask & SAMPLE_DEVMAP_XMIT_CNT) { in alloc_stats_record()
1114 if (mask & SAMPLE_DEVMAP_XMIT_CNT || in stats_print()
1167 if (mask & SAMPLE_DEVMAP_XMIT_CNT) { in stats_print()
1184 mask & SAMPLE_DEVMAP_XMIT_CNT); in stats_print()
1415 if (sample_mask & SAMPLE_DEVMAP_XMIT_CNT) in sample_stats_collect()
1450 if (mask & SAMPLE_DEVMAP_XMIT_CNT) in sample_stats_print()
1454 mask & SAMPLE_DEVMAP_XMIT_CNT); in sample_stats_print()
Dxdp_redirect_user.c61 mask &= ~(SAMPLE_DEVMAP_XMIT_CNT | in main()
Dxdp_redirect_map_user.c68 mask &= ~(SAMPLE_DEVMAP_XMIT_CNT | in main()