Searched refs:cgroup_value (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
H A D | cg_storage_multi.c | 23 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() 119 expected_cgroup_value = (struct cgroup_value) { .egress_pkts = 1 }; in test_egress_only() 143 expected_cgroup_value = (struct cgroup_value) { .egress_pkts = 2 }; in test_egress_only() 148 expected_cgroup_value = (struct cgroup_value) { .egress_pkts = 1 }; in test_egress_only() 165 struct cgroup_value expected_cgroup_value; in test_isolated() 204 expected_cgroup_value = (struct cgroup_value) { in test_isolated() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | cg_storage_multi.c | 23 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) { in test_isolated() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | cg_storage_multi_isolated.c | 18 __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()
|
H A D | cg_storage_multi_shared.c | 18 __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()
|
H A D | cg_storage_multi_egress_only.c | 18 __type(value, struct cgroup_value); 26 struct cgroup_value *ptr_cg_storage = in egress()
|
H A D | cg_storage_multi.h | 8 struct cgroup_value { struct
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
H A D | cg_storage_multi_isolated.c | 18 __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()
|
H A D | cg_storage_multi_shared.c | 18 __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()
|
H A D | cg_storage_multi_egress_only.c | 18 __type(value, struct cgroup_value); 26 struct cgroup_value *ptr_cg_storage = in egress()
|
H A D | cg_storage_multi.h | 8 struct cgroup_value { struct
|
Completed in 4 milliseconds