Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dxdp_bonding.c55 static int get_rx_packets(const char *iface) in get_rx_packets() function
286 bond1_rx = get_rx_packets("bond1"); in test_xdp_bonding_with_mode()
292 int veth1_rx = get_rx_packets("veth1_1"); in test_xdp_bonding_with_mode()
293 int veth2_rx = get_rx_packets("veth1_2"); in test_xdp_bonding_with_mode()
315 int veth1_rx = get_rx_packets("veth1_1"); in test_xdp_bonding_with_mode()
316 int veth2_rx = get_rx_packets("veth1_2"); in test_xdp_bonding_with_mode()
373 veth1_1_rx = get_rx_packets("veth1_1"); in test_xdp_bonding_redirect_multi()
374 veth1_2_rx = get_rx_packets("veth1_2"); in test_xdp_bonding_redirect_multi()
/linux/tools/testing/selftests/net/
H A Dfou_mcast_encap.sh127 get_rx_packets() { function
146 rx_before=$(get_rx_packets "$dev")
150 rx_after=$(get_rx_packets "$dev")