Searched refs:ptr_cg_storage (Results 1 – 3 of 3) sorted by relevance
26 struct cgroup_value *ptr_cg_storage = in egress1() local29 __sync_fetch_and_add(&ptr_cg_storage->egress_pkts, 1); in egress1()38 struct cgroup_value *ptr_cg_storage = in egress2() local41 __sync_fetch_and_add(&ptr_cg_storage->egress_pkts, 1); in egress2()50 struct cgroup_value *ptr_cg_storage = in ingress() local53 __sync_fetch_and_add(&ptr_cg_storage->ingress_pkts, 1); in ingress()
26 struct cgroup_value *ptr_cg_storage = in egress() local29 __sync_fetch_and_add(&ptr_cg_storage->egress_pkts, 1); in egress()
Completed in 5 milliseconds