Searched refs:egress_pkts (Results 1 – 5 of 5) sorted by relevance
114 expected_cgroup_value = (struct cgroup_value) { .egress_pkts = 1 }; in test_egress_only()137 expected_cgroup_value = (struct cgroup_value) { .egress_pkts = 2 }; in test_egress_only()142 expected_cgroup_value = (struct cgroup_value) { .egress_pkts = 1 }; in test_egress_only()193 expected_cgroup_value = (struct cgroup_value) { .egress_pkts = 2 }; in test_isolated()235 expected_cgroup_value = (struct cgroup_value) { .egress_pkts = 4 }; in test_isolated()246 expected_cgroup_value = (struct cgroup_value) { .egress_pkts = 2 }; in test_isolated()306 .egress_pkts = 2, in test_shared()340 .egress_pkts = 4, in test_shared()348 .egress_pkts = 2, in test_shared()
29 __sync_fetch_and_add(&ptr_cg_storage->egress_pkts, 1); in egress1()41 __sync_fetch_and_add(&ptr_cg_storage->egress_pkts, 1); in egress2()
9 __u32 egress_pkts; member
29 __sync_fetch_and_add(&ptr_cg_storage->egress_pkts, 1); in egress()
Completed in 9 milliseconds