Home
last modified time | relevance | path

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

/linux-4.4.14/net/openvswitch/
Dflow.h161 struct flow_stats { struct
182 struct flow_stats __rcu *stats[]; /* One for each NUMA node. First one argument
Dflow_table.c81 struct flow_stats *stats; in ovs_flow_alloc()
154 (struct flow_stats __force *)flow->stats[node]); in flow_free()
760 * sizeof(struct flow_stats *)), in ovs_flow_init()
766 = kmem_cache_create("sw_flow_stats", sizeof(struct flow_stats), in ovs_flow_init()
Dflow.c73 struct flow_stats *stats; in ovs_flow_stats_update()
101 struct flow_stats *new_stats; in ovs_flow_stats_update()
146 struct flow_stats *stats = rcu_dereference_ovsl(flow->stats[node]); in ovs_flow_stats_get()
169 struct flow_stats *stats = ovsl_dereference(flow->stats[node]); in ovs_flow_stats_clear()