Searched refs:sw_flow_stats (Results 1 – 3 of 3) sorted by relevance
199 struct sw_flow_stats { struct221 struct sw_flow_stats __rcu *stats[]; /* One for each CPU. First one argument
62 struct sw_flow_stats *stats; in ovs_flow_stats_update()90 struct sw_flow_stats *new_stats; in ovs_flow_stats_update()137 struct sw_flow_stats *stats = rcu_dereference_ovsl(flow->stats[cpu]); in ovs_flow_stats_get()161 struct sw_flow_stats *stats = ovsl_dereference(flow->stats[cpu]); in ovs_flow_stats_clear()
75 struct sw_flow_stats *stats; in ovs_flow_alloc()121 (struct sw_flow_stats __force *)flow->stats[cpu]); in flow_free()1200 * sizeof(struct sw_flow_stats *)), in ovs_flow_init()1206 = kmem_cache_create("sw_flow_stats", sizeof(struct sw_flow_stats), in ovs_flow_init()