Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dcg_storage_multi.c17 #define PARENT_CGROUP "/cgroup_storage" macro
117 key.cgroup_inode_id = get_cgroup_id(PARENT_CGROUP); in test_egress_only()
140 key.cgroup_inode_id = get_cgroup_id(PARENT_CGROUP); in test_egress_only()
195 key.cgroup_inode_id = get_cgroup_id(PARENT_CGROUP); in test_isolated()
237 key.cgroup_inode_id = get_cgroup_id(PARENT_CGROUP); in test_isolated()
308 key = get_cgroup_id(PARENT_CGROUP); in test_shared()
342 key = get_cgroup_id(PARENT_CGROUP); in test_shared()
374 parent_cgroup_fd = test__join_cgroup(PARENT_CGROUP); in serial_test_cg_storage_multi()
H A Dsock_fields.c34 #define PARENT_CGROUP "/test-bpf-sock-fields" macro
357 parent_cg_fd = test__join_cgroup(PARENT_CGROUP); in serial_test_sock_fields()
360 parent_cg_id = get_cgroup_id(PARENT_CGROUP); in serial_test_sock_fields()