Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_tunnel.c124 #define PING_ARGS "-i 0.01 -c 3 -w 10 -q" in cleanup()
489 SYS(fail, "%s %s %s > /dev/null", ping_command(family), PING_ARGS, addr); in test_ip6vxlan_tunnel()
101 #define PING_ARGS global() macro
H A Dtc_redirect.c63 #define PING_ARGS "-i 0.2 -c 3 -w 10 -q" macro
459 SYS(fail, "ip netns exec " NS_SRC " %s " PING_ARGS " %s > /dev/null", ping_command(family), addr); in test_ping()