Home
last modified time | relevance | path

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

/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dxdp_bonding.c290 int veth1_rx = get_rx_packets("veth1_1"); in test_xdp_bonding_with_mode() local
292 int diff = abs(veth1_rx - veth2_rx); in test_xdp_bonding_with_mode()
294 ASSERT_GE(veth1_rx + veth2_rx, NPACKETS, "expected more packets"); in test_xdp_bonding_with_mode()
313 int veth1_rx = get_rx_packets("veth1_1"); in test_xdp_bonding_with_mode() local
315 int diff = abs(veth1_rx - veth2_rx); in test_xdp_bonding_with_mode()