Home
last modified time | relevance | path

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

/linux/samples/bpf/
A Dxdp_sample_user.h13 SAMPLE_REDIRECT_ERR_CNT = 1U << 2, enumerator
20 SAMPLE_REDIRECT_ERR_MAP_CNT = SAMPLE_REDIRECT_ERR_CNT | _SAMPLE_REDIRECT_MAP,
93 if (mask & SAMPLE_REDIRECT_ERR_CNT) \
A Dxdp_monitor_user.c31 static int mask = SAMPLE_REDIRECT_ERR_CNT | SAMPLE_CPUMAP_ENQUEUE_CNT |
A Dxdp_redirect_user.c28 static int mask = SAMPLE_RX_CNT | SAMPLE_REDIRECT_ERR_CNT |
A Dxdp_sample_user.c235 if (mask & (SAMPLE_REDIRECT_CNT | SAMPLE_REDIRECT_ERR_CNT)) { in sample_print_help()
468 if (sample_mask & (SAMPLE_REDIRECT_CNT | SAMPLE_REDIRECT_ERR_CNT)) { in alloc_stats_record()
1150 if (mask & SAMPLE_REDIRECT_ERR_CNT) { in stats_print()
1398 if (sample_mask & SAMPLE_REDIRECT_ERR_CNT) { in sample_stats_collect()
1448 if (mask & SAMPLE_REDIRECT_ERR_CNT) in sample_stats_print()

Completed in 8 milliseconds