Searched refs:PING_CMD (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | cgroup_storage.c | 10 #define PING_CMD "ping localhost -c 1 -W 1 -q" macro 60 err = SYS_NOFAIL(PING_CMD); in test_cgroup_storage() 62 err = SYS_NOFAIL(PING_CMD); in test_cgroup_storage() 64 err = SYS_NOFAIL(PING_CMD); in test_cgroup_storage() 82 err = SYS_NOFAIL(PING_CMD); in test_cgroup_storage() 84 err = SYS_NOFAIL(PING_CMD); in test_cgroup_storage() 86 err = SYS_NOFAIL(PING_CMD); in test_cgroup_storage()
|
| H A D | cgroup_attach_override.c | 9 #define PING_CMD "ping -q -c1 -w1 127.0.0.1 > /dev/null" macro 51 if (CHECK(!system(PING_CMD), "ping_fail", in serial_test_cgroup_attach_override() 59 if (CHECK(!system(PING_CMD), "ping_fail", in serial_test_cgroup_attach_override() 69 if (CHECK(system(PING_CMD), "ping_ok", "ping failed\n")) in serial_test_cgroup_attach_override() 77 if (CHECK(!system(PING_CMD), "ping_fail", in serial_test_cgroup_attach_override() 92 if (CHECK(system(PING_CMD), "ping_ok", "ping failed\n")) in serial_test_cgroup_attach_override()
|
| H A D | cgroup_attach_multi.c | 7 #define PING_CMD "ping -q -c1 -w1 127.0.0.1 > /dev/null" macro 150 CHECK_FAIL(system(PING_CMD)); in serial_test_cgroup_attach_multi() 189 CHECK_FAIL(system(PING_CMD)); in serial_test_cgroup_attach_multi() 242 CHECK_FAIL(system(PING_CMD)); in serial_test_cgroup_attach_multi() 257 CHECK_FAIL(system(PING_CMD)); in serial_test_cgroup_attach_multi() 268 CHECK_FAIL(system(PING_CMD)); in serial_test_cgroup_attach_multi()
|
| H A D | cgroup_attach_autodetach.c | 7 #define PING_CMD "ping -q -c1 -w1 127.0.0.1 > /dev/null" macro 63 if (CHECK_FAIL(system(PING_CMD))) in serial_test_cgroup_attach_autodetach()
|
| H A D | cgroup_link.c | 9 #define PING_CMD "ping -q -c1 -w1 127.0.0.1 > /dev/null" macro 17 CHECK_FAIL(system(PING_CMD)); in ping_and_check()
|