Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/
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 …]
Dsock_fields.c33 #define CHILD_CGROUP "/test-bpf-sock-fields/child" macro
345 child_cg_fd = test__join_cgroup(CHILD_CGROUP); in test_sock_fields()
348 child_cg_id = get_cgroup_id(CHILD_CGROUP); in test_sock_fields()