X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=datapath%2Fflow_table.h;h=ca8a5820f6153f67fb9ad987c4c156be882c92ea;hb=c5cf10598f8c9f4428291e9df3ecd72a05fb1ccf;hp=baaeb101924d81a4beb373be93e07287ed9be020;hpb=d103f479c6a4135935f9b12f5b4f4adc91e806c3;p=sliver-openvswitch.git diff --git a/datapath/flow_table.h b/datapath/flow_table.h index baaeb1019..ca8a5820f 100644 --- a/datapath/flow_table.h +++ b/datapath/flow_table.h @@ -52,10 +52,12 @@ struct flow_table { unsigned int count; }; +extern struct kmem_cache *flow_stats_cache; + int ovs_flow_init(void); void ovs_flow_exit(void); -struct sw_flow *ovs_flow_alloc(bool percpu_stats); +struct sw_flow *ovs_flow_alloc(void); void ovs_flow_free(struct sw_flow *, bool deferred); int ovs_flow_tbl_init(struct flow_table *);