#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" }, { 0xdcb764ad, "memset" }, { 0x37a0cba, "kfree" }, { 0x85670f1d, "rtnl_is_locked" }, { 0xc07044e6, "rtnl_kfree_skbs" }, { 0x56470118, "__warn_printk" }, { 0xfd2731d6, "unregister_qdisc" }, { 0x30d6e866, "skb_copy_bits" }, { 0xf6ebc03b, "net_ratelimit" }, { 0x122c3a7e, "_printk" }, { 0xb43f9365, "ktime_get" }, { 0xfa4d2f03, "__nla_parse" }, { 0xe6d2458e, "do_trace_netlink_extack" }, { 0xd36dc10c, "get_random_u32" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x866a62b2, "gnet_stats_basic_sync_init" }, { 0xcc1c29aa, "qdisc_offload_dump_helper" }, { 0xc3690fc, "_raw_spin_lock_bh" }, { 0xe46021ca, "_raw_spin_unlock_bh" }, { 0xb5f70e15, "nla_put" }, { 0x2842fbf1, "nla_append" }, { 0xb4a62724, "nla_put_64bit" }, { 0x64b6d9d6, "skb_trim" }, { 0x40a62432, "__nla_validate" }, { 0xa965ca81, "reciprocal_value" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");