Home
last modified time | relevance | path

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

/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()
/tools/include/uapi/linux/
Dbpf.h80 __u64 cgroup_inode_id; /* cgroup inode id */ member