Home
last modified time | relevance | path

Searched refs:get_cgroup_id (Results 1 – 6 of 6) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
Dcg_storage_multi.c117 key.cgroup_inode_id = get_cgroup_id(PARENT_CGROUP); in test_egress_only()
122 key.cgroup_inode_id = get_cgroup_id(CHILD_CGROUP); in test_egress_only()
140 key.cgroup_inode_id = get_cgroup_id(PARENT_CGROUP); in test_egress_only()
145 key.cgroup_inode_id = get_cgroup_id(CHILD_CGROUP); in test_egress_only()
195 key.cgroup_inode_id = get_cgroup_id(PARENT_CGROUP); in test_isolated()
206 key.cgroup_inode_id = get_cgroup_id(CHILD_CGROUP); in test_isolated()
237 key.cgroup_inode_id = get_cgroup_id(PARENT_CGROUP); in test_isolated()
248 key.cgroup_inode_id = get_cgroup_id(CHILD_CGROUP); in test_isolated()
308 key = get_cgroup_id(PARENT_CGROUP); in test_shared()
316 key = get_cgroup_id(CHILD_CGROUP); in test_shared()
[all …]
Dsock_fields.c361 parent_cg_id = get_cgroup_id(PARENT_CGROUP); in test_sock_fields()
368 child_cg_id = get_cgroup_id(CHILD_CGROUP); in test_sock_fields()
/tools/testing/selftests/bpf/
Dtest_skb_cgroup_id_user.c123 expected_ids[0] = get_cgroup_id("/.."); /* root cgroup */ in check_ancestor_cgroup_ids()
124 expected_ids[1] = get_cgroup_id(""); in check_ancestor_cgroup_ids()
125 expected_ids[2] = get_cgroup_id(CGROUP_PATH); in check_ancestor_cgroup_ids()
Dcgroup_helpers.h15 unsigned long long get_cgroup_id(const char *path);
Dget_cgroup_id_user.c128 ucgid = get_cgroup_id(TEST_CGROUP); in main()
Dcgroup_helpers.c254 unsigned long long get_cgroup_id(const char *path) in get_cgroup_id() function