perf/x86/amd/ibs: Fix raw sample data accumulation
[linux-2.6-microblaze.git] / net / openvswitch / flow_table.h
index 74ce48f..6e7d4ac 100644 (file)
@@ -105,5 +105,8 @@ void ovs_flow_mask_key(struct sw_flow_key *dst, const struct sw_flow_key *src,
                       bool full, const struct sw_flow_mask *mask);
 
 void ovs_flow_masks_rebalance(struct flow_table *table);
+void table_instance_flow_flush(struct flow_table *table,
+                              struct table_instance *ti,
+                              struct table_instance *ufid_ti);
 
 #endif /* flow_table.h */