Home
last modified time | relevance | path

Searched refs:cgroup_value (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/prog_tests/
Dcg_storage_multi.c23 struct cgroup_value *expected) in assert_storage()
25 struct cgroup_value value; in assert_storage()
33 if (CHECK(memcmp(&value, expected, sizeof(struct cgroup_value)), in assert_storage()
42 struct cgroup_value value; in assert_storage_noexist()
91 struct cgroup_value expected_cgroup_value; in test_egress_only()
118 expected_cgroup_value = (struct cgroup_value) { .egress_pkts = 1 }; in test_egress_only()
141 expected_cgroup_value = (struct cgroup_value) { .egress_pkts = 2 }; in test_egress_only()
146 expected_cgroup_value = (struct cgroup_value) { .egress_pkts = 1 }; in test_egress_only()
161 struct cgroup_value expected_cgroup_value; in test_isolated()
197 expected_cgroup_value = (struct cgroup_value) { .egress_pkts = 2 }; in test_isolated()
[all …]
/linux-6.12.1/tools/testing/selftests/bpf/progs/
Dcg_storage_multi_isolated.c18 __type(value, struct cgroup_value);
26 struct cgroup_value *ptr_cg_storage = in egress1()
38 struct cgroup_value *ptr_cg_storage = in egress2()
50 struct cgroup_value *ptr_cg_storage = in ingress()
Dcg_storage_multi_shared.c18 __type(value, struct cgroup_value);
26 struct cgroup_value *ptr_cg_storage = in egress1()
38 struct cgroup_value *ptr_cg_storage = in egress2()
50 struct cgroup_value *ptr_cg_storage = in ingress()
Dcg_storage_multi_egress_only.c18 __type(value, struct cgroup_value);
26 struct cgroup_value *ptr_cg_storage = in egress()
Dcg_storage_multi.h6 struct cgroup_value { struct