Home
last modified time | relevance | path

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

/samples/bpf/
Dxdp_sample_user.h12 SAMPLE_RX_CNT = 1U << 1, enumerator
Dxdp_redirect_user.c28 static int mask = SAMPLE_RX_CNT | SAMPLE_REDIRECT_ERR_CNT |
Dxdp_redirect_map_user.c27 static int mask = SAMPLE_RX_CNT | SAMPLE_REDIRECT_ERR_MAP_CNT |
Dxdp_redirect_map_multi_user.c33 static int mask = SAMPLE_RX_CNT | SAMPLE_REDIRECT_ERR_MAP_CNT |
Dxdp_sample_user.c227 if (mask & SAMPLE_RX_CNT) { in sample_print_help()
460 if (sample_mask & SAMPLE_RX_CNT) { in alloc_stats_record()
1110 if (mask & SAMPLE_RX_CNT) in stats_print()
1122 if (mask & SAMPLE_RX_CNT) { in stats_print()
1392 if (sample_mask & SAMPLE_RX_CNT) in sample_stats_collect()
1444 if (mask & SAMPLE_RX_CNT) in sample_stats_print()
Dxdp_redirect_cpu_user.c42 static int mask = SAMPLE_RX_CNT | SAMPLE_REDIRECT_ERR_MAP_CNT |