Searched refs:test_ping (Results 1 - 6 of 6) sorted by relevance

/linux-master/tools/testing/selftests/bpf/
H A Dtest_lwt_ip_encap.sh291 test_ping() function
304 echo " test_ping: unknown PROTO: ${PROTO}"
313 echo " test_ping failed: expected: ${EXPECTED}; got ${RET}"
365 test_ping IPv4 0
366 test_ping IPv6 0
371 test_ping IPv4 1
372 test_ping IPv6 1
389 test_ping IPv4 0
390 test_ping IPv6 0
401 test_ping IPv
[all...]
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dtest_tunnel.c359 static int test_ping(int family, const char *addr) function
471 err = test_ping(AF_INET, IP4_ADDR_TUNL_DEV0);
472 if (!ASSERT_OK(err, "test_ping"))
544 err = test_ping(AF_INET, IP4_ADDR_TUNL_DEV0);
545 if (!ASSERT_OK(err, "test_ping"))
609 err = test_ping(AF_INET, IP4_ADDR_TUNL_DEV0);
610 if (!ASSERT_OK(err, "test_ping"))
615 err = test_ping(AF_INET, IP4_ADDR_TUNL_DEV1);
616 if (!ASSERT_OK(err, "test_ping"))
669 err = test_ping(AF_INE
[all...]
H A Dtc_redirect.c441 static int test_ping(int family, const char *addr) function
452 test_ping(AF_INET, IP4_DST);
454 test_ping(AF_INET6, IP6_DST);
/linux-master/tools/testing/selftests/netfilter/
H A Dnft_fib.sh165 test_ping() { function
196 test_ping 10.0.2.1 dead:2::1 || exit 1
199 test_ping 10.0.2.99 dead:2::99 || exit 1
265 test_ping 10.0.2.99 dead:2::99
H A Dnft_queue.sh156 test_ping() { function
229 test_ping
414 test_ping
/linux-master/tools/perf/tests/shell/
H A Ddaemon.sh449 test_ping() function
535 test_ping

Completed in 238 milliseconds