Home
last modified time | relevance | path

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

/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dtest_tunnel.c95 #define PING_ARGS "-i 0.01 -c 3 -w 10 -q" macro
269 SYS(fail, "%s %s %s > /dev/null", ping_command(family), PING_ARGS, addr); in test_ping()
H A Dtc_redirect.c60 #define PING_ARGS "-i 0.2 -c 3 -w 10 -q" macro
393 SYS(fail, "ip netns exec " NS_SRC " %s " PING_ARGS " %s > /dev/null", ping_command(family), addr); in test_ping()