Searched refs:test_ping (Results 1 – 8 of 8) sorted by relevance
/linux/tools/testing/selftests/bpf/ |
H A D | test_lwt_ip_encap.sh |
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | test_tunnel.c | 487 static int test_ping(int family, const char *addr) in test_ip6vxlan_tunnel() 498 test_ping(AF_INET, IP4_ADDR_TUNL_DEV0); in test_ip6vxlan_tunnel() 510 test_ping(AF_INET, IP4_ADDR_TUNL_DEV1); in test_ip6vxlan_tunnel() 516 test_ping(AF_INET6, IP6_ADDR_VETH0); in test_ip6vxlan_tunnel() 521 test_ping(AF_INET6, IP6_ADDR_TUNL_DEV0); in test_ip6vxlan_tunnel() 533 test_ping(AF_INET, IP6_ADDR_TUNL_DEV1); in test_ip6vxlan_tunnel() 359 static int test_ping(int family, const char *addr) test_ping() function
|
H A D | tc_redirect.c | 457 static int test_ping(int family, const char *addr) in test_ping() 468 test_ping(AF_INET, IP4_DST); in test_connectivity() 470 test_ping(AF_INET6, IP6_DST); in test_connectivity() 456 static int test_ping(int family, const char *addr) test_ping() function
|
/linux/tools/testing/selftests/net/netfilter/ |
H A D | nft_fib.sh | 236 test_ping() { 285 test_ping 10.0.1.1 dead:1::1 || return 1 294 test_ping 10.0.2.1 dead:2::1 || return 1 302 test_ping 10.0.2.99 dead:2::99 || return 1 691 test_ping "10.0.1.1" "dead:1::1" 692 test_ping "10.0.2.1" "dead:2::1" 693 test_ping "10.0.2.99" "dead:2::99" 710 test_ping "10.0.1.1" "dead:1::1" 711 test_ping "10.9.9.1" "dead:9::1" 728 test_ping 10. 135 test_ping() { global() function [all...] |
H A D | nft_tproxy_tcp.sh | 91 test_ping() { function 345 if test_ping; then
|
H A D | nft_tproxy_udp.sh | 91 test_ping() { function 251 if test_ping; then
|
H A D | nft_queue.sh | 152 test_ping() { 239 if ! test_ping;then 632 if test_ping; then 150 test_ping() { global() function
|
/linux/tools/perf/tests/shell/ |
H A D | daemon.sh | 449 test_ping() function 535 test_ping
|