}
 EXPORT_SYMBOL_GPL(nf_tables_obj_lookup);
 
-struct nft_object *nf_tables_obj_lookup_byhandle(const struct nft_table *table,
-                                                const struct nlattr *nla,
-                                                u32 objtype, u8 genmask)
+static struct nft_object *nf_tables_obj_lookup_byhandle(const struct nft_table *table,
+                                                       const struct nlattr *nla,
+                                                       u32 objtype, u8 genmask)
 {
        struct nft_object *obj;
 
 }
 EXPORT_SYMBOL_GPL(nf_tables_flowtable_lookup);
 
-struct nft_flowtable *
+static struct nft_flowtable *
 nf_tables_flowtable_lookup_byhandle(const struct nft_table *table,
                                    const struct nlattr *nla, u8 genmask)
 {