Searched refs:NPACKETS (Results 1 – 1 of 1) sorted by relevance
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | xdp_bonding.c | 31 #define NPACKETS 100 macro 239 for (i = 1; i <= NPACKETS; i++) { in send_udp_packets() 282 ASSERT_EQ(bond1_rx, NPACKETS, "expected more received packets"); in test_xdp_bonding_with_mode() 291 ASSERT_GE(veth1_rx + veth2_rx, NPACKETS, "expected more packets"); in test_xdp_bonding_with_mode() 295 ASSERT_GE(diff, NPACKETS, in test_xdp_bonding_with_mode() 300 ASSERT_LT(diff, NPACKETS/2, in test_xdp_bonding_with_mode() 314 ASSERT_GE(diff, NPACKETS, in test_xdp_bonding_with_mode() 372 ASSERT_GE(veth1_2_rx, NPACKETS, "expected packets on veth1_2"); in test_xdp_bonding_redirect_multi()
|