Implement 802.1D Spanning Tree Protocol.
[sliver-openvswitch.git] / datapath / unit-exports.c
index 9db5bdd..324e77a 100644 (file)
 #include <linux/module.h>
 
 EXPORT_SYMBOL(flow_alloc);
-EXPORT_SYMBOL(flow_free);
 EXPORT_SYMBOL(flow_cache);
 
-EXPORT_SYMBOL(table_mac_create);
 EXPORT_SYMBOL(table_hash_create);
 EXPORT_SYMBOL(table_hash2_create);
 EXPORT_SYMBOL(table_linear_create);