Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dxdp_features.c135 xdp_update_stats(struct xdp_md *xdp, bool tx, bool dut) in xdp_update_stats() function
158 xdp_update_stats(xdp, true, false); in xdp_tester_check_tx()
166 xdp_update_stats(xdp, false, false); in xdp_tester_check_rx()
176 xdp_update_stats(xdp, true, true); in xdp_do_pass()
184 if (xdp_update_stats(xdp, true, true)) in xdp_do_drop()
206 if (xdp_update_stats(xdp, true, true)) in xdp_do_tx()