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 244 for (i = 1; i <= NPACKETS; i++) { in send_udp_packets() 287 ASSERT_EQ(bond1_rx, NPACKETS, "expected more received packets"); in test_xdp_bonding_with_mode() 296 ASSERT_GE(veth1_rx + veth2_rx, NPACKETS, "expected more packets"); in test_xdp_bonding_with_mode() 300 ASSERT_GE(diff, NPACKETS, in test_xdp_bonding_with_mode() 305 ASSERT_LT(diff, NPACKETS/2, in test_xdp_bonding_with_mode() 319 ASSERT_GE(diff, NPACKETS, in test_xdp_bonding_with_mode() 377 ASSERT_GE(veth1_2_rx, NPACKETS, "expected packets on veth1_2"); in test_xdp_bonding_redirect_multi()
|