#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") = { { 0x6d48a6d5, "register_qdisc" }, { 0xfd2731d6, "unregister_qdisc" }, { 0x67078933, "mini_qdisc_pair_swap" }, { 0xb5f70e15, "nla_put" }, { 0x2c3054f9, "net_inc_ingress_queue" }, { 0x85670f1d, "rtnl_is_locked" }, { 0xeb3e2ad7, "mini_qdisc_pair_init" }, { 0xad20ab18, "tcf_block_get_ext" }, { 0x7d3154e8, "mini_qdisc_pair_block_init" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xdcb764ad, "memset" }, { 0x56470118, "__warn_printk" }, { 0x7be6905, "net_inc_egress_queue" }, { 0xa324006f, "tcf_block_put_ext" }, { 0x44c10a52, "kvfree_call_rcu" }, { 0x46013233, "net_dec_ingress_queue" }, { 0x86f85114, "net_dec_egress_queue" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");