Home
last modified time | relevance | path

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

/openbmc/linux/samples/bpf/
H A Dxdp_sample_user.h21 SAMPLE_DEVMAP_XMIT_CNT_MULTI = 1U << 8, enumerator
105 if (mask & SAMPLE_DEVMAP_XMIT_CNT_MULTI) \
H A Dxdp_sample_user.c511 if (sample_mask & SAMPLE_DEVMAP_XMIT_CNT_MULTI) in alloc_stats_record()
1117 mask & SAMPLE_DEVMAP_XMIT_CNT_MULTI) in stats_print()
1184 if (mask & SAMPLE_DEVMAP_XMIT_CNT_MULTI) in stats_print()
1419 if (sample_mask & SAMPLE_DEVMAP_XMIT_CNT_MULTI) { in sample_stats_collect()
1452 else if (mask & SAMPLE_DEVMAP_XMIT_CNT_MULTI) in sample_stats_print()
H A Dxdp_router_ipv4_user.c45 SAMPLE_DEVMAP_XMIT_CNT_MULTI | SAMPLE_EXCEPTION_CNT;