#include #define INCLUDE_VERMAGIC #include #include #include #include #include #ifdef CONFIG_UNWINDER_ORC #include ORC_HEADER; #endif BUILD_SALT; BUILD_LTO_INFO; MODULE_INFO(vermagic, VERMAGIC_STRING); MODULE_INFO(name, KBUILD_MODNAME); __visible struct module __this_module __section(".gnu.linkonce.this_module") = { .name = KBUILD_MODNAME, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, #endif .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x5c36b268, "register_tcf_proto_ops" }, { 0x3a42e3e7, "task_cls_state" }, { 0xd4ef4ac2, "tcf_action_exec" }, { 0x157b9a01, "__tcf_em_tree_match" }, { 0x82f382bd, "unregister_tcf_proto_ops" }, { 0xb5f70e15, "nla_put" }, { 0x7417b751, "tcf_exts_dump" }, { 0x628bfcc5, "tcf_em_tree_dump" }, { 0x75093003, "tcf_exts_dump_stats" }, { 0x64b6d9d6, "skb_trim" }, { 0xac153a6f, "tcf_exts_destroy" }, { 0x10e3656e, "tcf_em_tree_destroy" }, { 0x37a0cba, "kfree" }, { 0x21cd67ca, "__put_net" }, { 0x296695f, "refcount_warn_saturate" }, { 0xc7a4fbed, "rtnl_lock" }, { 0x6e720ff2, "rtnl_unlock" }, { 0xefaf2e4f, "tcf_queue_work" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x9f3a694d, "tcf_exts_init_ex" }, { 0xfa4d2f03, "__nla_parse" }, { 0xa0e11099, "tcf_exts_validate" }, { 0x48a9d18a, "tcf_em_tree_validate" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");