Searched refs:xdp_update_stats (Results 1 - 1 of 1) sorted by relevance
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | xdp_features.c | 135 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()
|
Completed in 1 milliseconds