Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dxdp_bonding.c30 #define NPACKETS 100 macro
247 for (i = 1; i <= NPACKETS; i++) { in send_udp_packets()
285 ASSERT_EQ(bond1_rx, NPACKETS, "expected more received packets"); in test_xdp_bonding_with_mode()
294 ASSERT_GE(veth1_rx + veth2_rx, NPACKETS, "expected more packets"); in test_xdp_bonding_with_mode()
298 ASSERT_GE(diff, NPACKETS, in test_xdp_bonding_with_mode()
303 ASSERT_LT(diff, NPACKETS/2, in test_xdp_bonding_with_mode()
317 ASSERT_GE(diff, NPACKETS, in test_xdp_bonding_with_mode()
375 ASSERT_GE(veth1_2_rx, NPACKETS, "expected packets on veth1_2"); in test_xdp_bonding_redirect_multi()