Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
Dcg_storage_multi.c118 key.cgroup_inode_id = get_cgroup_id(PARENT_CGROUP); in test_egress_only()
123 key.cgroup_inode_id = get_cgroup_id(CHILD_CGROUP); in test_egress_only()
142 key.cgroup_inode_id = get_cgroup_id(PARENT_CGROUP); in test_egress_only()
147 key.cgroup_inode_id = get_cgroup_id(CHILD_CGROUP); in test_egress_only()
202 key.cgroup_inode_id = get_cgroup_id(PARENT_CGROUP); in test_isolated()
213 key.cgroup_inode_id = get_cgroup_id(CHILD_CGROUP); in test_isolated()
247 key.cgroup_inode_id = get_cgroup_id(PARENT_CGROUP); in test_isolated()
258 key.cgroup_inode_id = get_cgroup_id(CHILD_CGROUP); in test_isolated()
327 key = get_cgroup_id(PARENT_CGROUP); in test_shared()
335 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()
/kernel/linux/linux-5.10/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.h17 unsigned long long get_cgroup_id(const char *path);
Dget_cgroup_id_user.c124 ucgid = get_cgroup_id(TEST_CGROUP); in main()
Dcgroup_helpers.c246 unsigned long long get_cgroup_id(const char *path) in get_cgroup_id() function