Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dxdp_sample_user.h16 SAMPLE_EXCEPTION_CNT = 1U << 5, enumerator
101 if (mask & SAMPLE_EXCEPTION_CNT) \
H A Dxdp_sample_user.c274 if (mask & SAMPLE_EXCEPTION_CNT) { in sample_print_help()
489 if (sample_mask & SAMPLE_EXCEPTION_CNT) { in alloc_stats_record()
1159 if (mask & SAMPLE_EXCEPTION_CNT) { in stats_print()
1411 if (sample_mask & SAMPLE_EXCEPTION_CNT) in sample_stats_collect()
1448 if (mask & SAMPLE_EXCEPTION_CNT) in sample_stats_print()
H A Dxdp_router_ipv4_user.c45 SAMPLE_DEVMAP_XMIT_CNT_MULTI | SAMPLE_EXCEPTION_CNT;