#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" }, { 0x82f382bd, "unregister_tcf_proto_ops" }, { 0xac153a6f, "tcf_exts_destroy" }, { 0x10e3656e, "tcf_em_tree_destroy" }, { 0xc9ec4e21, "free_percpu" }, { 0x37a0cba, "kfree" }, { 0x21cd67ca, "__put_net" }, { 0x296695f, "refcount_warn_saturate" }, { 0xc7a4fbed, "rtnl_lock" }, { 0x6e720ff2, "rtnl_unlock" }, { 0xb5f70e15, "nla_put" }, { 0xed81bdcb, "__cpu_possible_mask" }, { 0xb4a62724, "nla_put_64bit" }, { 0x7417b751, "tcf_exts_dump" }, { 0x628bfcc5, "tcf_em_tree_dump" }, { 0x75093003, "tcf_exts_dump_stats" }, { 0xc5844fb8, "__per_cpu_offset" }, { 0x64b6d9d6, "skb_trim" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0x7665a95b, "idr_remove" }, { 0xefaf2e4f, "tcf_queue_work" }, { 0x8e17b3ae, "idr_destroy" }, { 0x44c10a52, "kvfree_call_rcu" }, { 0xd4ef4ac2, "tcf_action_exec" }, { 0x157b9a01, "__tcf_em_tree_match" }, { 0xfa4d2f03, "__nla_parse" }, { 0x9f3a694d, "tcf_exts_init_ex" }, { 0x949f7342, "__alloc_percpu" }, { 0xa0e11099, "tcf_exts_validate" }, { 0x48a9d18a, "tcf_em_tree_validate" }, { 0xc3690fc, "_raw_spin_lock_bh" }, { 0x85670f1d, "rtnl_is_locked" }, { 0xe46021ca, "_raw_spin_unlock_bh" }, { 0x7b82b9a1, "idr_replace" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0xd9916c3a, "idr_alloc_u32" }, { 0x56470118, "__warn_printk" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");