Home
last modified time | relevance | path

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

/linux/net/openvswitch/
H A Dflow.h213 struct sw_flow_stats { struct
235 struct sw_flow_stats __rcu *stats[]; /* One for each CPU. First one argument
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()
1194 * sizeof(struct sw_flow_stats *)) in ovs_flow_init()
1201 = kmem_cache_create("sw_flow_stats", sizeof(struct sw_flow_stats), in ovs_flow_init()