Home
last modified time | relevance | path

Searched refs:sw_flow_stats (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/net/openvswitch/
H A Dflow.h199 struct sw_flow_stats { struct
221 struct sw_flow_stats __rcu *stats[]; /* One for each CPU. First one
H A Dflow.c62 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()
H A Dflow_table.c75 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()
/kernel/linux/linux-6.6/net/openvswitch/
H A Dflow.h213 struct sw_flow_stats { struct
235 struct sw_flow_stats __rcu *stats[]; /* One for each CPU. First one
H A Dflow_table.c75 struct sw_flow_stats *stats; in ovs_flow_alloc()
122 (struct sw_flow_stats __force *)flow->stats[cpu]); in flow_free()
1200 * sizeof(struct sw_flow_stats *)) in ovs_flow_init()
1207 = kmem_cache_create("sw_flow_stats", sizeof(struct sw_flow_stats), in ovs_flow_init()
H A Dflow.c64 struct sw_flow_stats *stats; in ovs_flow_stats_update()
92 struct sw_flow_stats *new_stats; in ovs_flow_stats_update()
141 struct sw_flow_stats *stats = rcu_dereference_ovsl(flow->stats[cpu]); in ovs_flow_stats_get()
166 struct sw_flow_stats *stats = ovsl_dereference(flow->stats[cpu]); in ovs_flow_stats_clear()

Completed in 8 milliseconds