Home
last modified time | relevance | path

Searched refs:sw_flow_stats (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/net/openvswitch/
Dflow.h199 struct sw_flow_stats { struct
221 struct sw_flow_stats __rcu *stats[]; /* One for each CPU. First one argument
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()
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()