Searched refs:cgroup_value (Results 1 – 5 of 5) sorted by relevance
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) { .egress_pkts = 2 }; in test_isolated()[all …]
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()
18 __type(value, struct cgroup_value);26 struct cgroup_value *ptr_cg_storage = in egress()
6 struct cgroup_value { struct