Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c293 int veth2_rx = get_rx_packets("veth1_2"); in test_xdp_bonding_with_mode() local
294 int diff = abs(veth1_rx - veth2_rx); in test_xdp_bonding_with_mode()
296 ASSERT_GE(veth1_rx + veth2_rx, NPACKETS, "expected more packets"); in test_xdp_bonding_with_mode()
316 int veth2_rx = get_rx_packets("veth1_2"); in test_xdp_bonding_with_mode() local
317 int diff = abs(veth1_rx - veth2_rx); in test_xdp_bonding_with_mode()