Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H 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,
95 if (mask & SAMPLE_REDIRECT_ERR_CNT) \
H A Dxdp_sample_user.c234 if (mask & (SAMPLE_REDIRECT_CNT | SAMPLE_REDIRECT_ERR_CNT)) { in sample_print_help()
467 if (sample_mask & (SAMPLE_REDIRECT_CNT | SAMPLE_REDIRECT_ERR_CNT)) { in alloc_stats_record()
1149 if (mask & SAMPLE_REDIRECT_ERR_CNT) { in stats_print()
1396 if (sample_mask & SAMPLE_REDIRECT_ERR_CNT) { in sample_stats_collect()
1446 if (mask & SAMPLE_REDIRECT_ERR_CNT) in sample_stats_print()