Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dcg_storage_multi.c114 key.cgroup_inode_id = get_cgroup_id(PARENT_CGROUP); in test_egress_only()
119 key.cgroup_inode_id = get_cgroup_id(CHILD_CGROUP); in test_egress_only()
138 key.cgroup_inode_id = get_cgroup_id(PARENT_CGROUP); in test_egress_only()
143 key.cgroup_inode_id = get_cgroup_id(CHILD_CGROUP); in test_egress_only()
198 key.cgroup_inode_id = get_cgroup_id(PARENT_CGROUP); in test_isolated()
209 key.cgroup_inode_id = get_cgroup_id(CHILD_CGROUP); in test_isolated()
243 key.cgroup_inode_id = get_cgroup_id(PARENT_CGROUP); in test_isolated()
254 key.cgroup_inode_id = get_cgroup_id(CHILD_CGROUP); in test_isolated()
323 key = get_cgroup_id(PARENT_CGROUP); in test_shared()
331 key = get_cgroup_id(CHILD_CGROUP); in test_shared()
[all …]
H A 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()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A 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()
H A Dcgroup_helpers.h17 unsigned long long get_cgroup_id(const char *path);
H A Dget_cgroup_id_user.c124 ucgid = get_cgroup_id(TEST_CGROUP); in main()
H A Dcgroup_helpers.c246 unsigned long long get_cgroup_id(const char *path) in get_cgroup_id() function