Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dxdp_sample_user.h12 SAMPLE_RX_CNT = 1U << 1, enumerator
H A Dxdp_sample_user.c226 if (mask & SAMPLE_RX_CNT) { in sample_print_help()
459 if (sample_mask & SAMPLE_RX_CNT) { in alloc_stats_record()
1109 if (mask & SAMPLE_RX_CNT) in stats_print()
1121 if (mask & SAMPLE_RX_CNT) { in stats_print()
1390 if (sample_mask & SAMPLE_RX_CNT) in sample_stats_collect()
1442 if (mask & SAMPLE_RX_CNT) in sample_stats_print()
H A Dxdp_router_ipv4_user.c44 static int mask = SAMPLE_RX_CNT | SAMPLE_REDIRECT_ERR_MAP_CNT |