Home
last modified time | relevance | path

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

/linux-4.1.27/net/openvswitch/
Dflow.h216 struct flow_stats { struct
237 struct flow_stats __rcu *stats[]; /* One for each NUMA node. First one argument
Dflow_table.c80 struct flow_stats *stats; in ovs_flow_alloc()
152 (struct flow_stats __force *)flow->stats[node]); in flow_free()
758 * sizeof(struct flow_stats *)), in ovs_flow_init()
764 = kmem_cache_create("sw_flow_stats", sizeof(struct flow_stats), in ovs_flow_init()
Dflow.c71 struct flow_stats *stats; in ovs_flow_stats_update()
99 struct flow_stats *new_stats; in ovs_flow_stats_update()
144 struct flow_stats *stats = rcu_dereference_ovsl(flow->stats[node]); in ovs_flow_stats_get()
167 struct flow_stats *stats = ovsl_dereference(flow->stats[node]); in ovs_flow_stats_clear()