Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Dcg_storage_multi.c18 #define CHILD_CGROUP "/cgroup_storage/child" macro
108 err = connect_send(CHILD_CGROUP); in test_egress_only()
119 key.cgroup_inode_id = get_cgroup_id(CHILD_CGROUP); in test_egress_only()
132 err = connect_send(CHILD_CGROUP); in test_egress_only()
143 key.cgroup_inode_id = get_cgroup_id(CHILD_CGROUP); in test_egress_only()
192 err = connect_send(CHILD_CGROUP); in test_isolated()
209 key.cgroup_inode_id = get_cgroup_id(CHILD_CGROUP); in test_isolated()
237 err = connect_send(CHILD_CGROUP); in test_isolated()
254 key.cgroup_inode_id = get_cgroup_id(CHILD_CGROUP); in test_isolated()
317 err = connect_send(CHILD_CGROUP); in test_shared()
[all …]
H A Dsock_fields.c36 #define CHILD_CGROUP "/test-bpf-sock-fields/child" macro
365 child_cg_fd = test__join_cgroup(CHILD_CGROUP); in test_sock_fields()
368 child_cg_id = get_cgroup_id(CHILD_CGROUP); in test_sock_fields()