#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, .arch = MODULE_ARCH_INIT, }; MODULE_INFO(intree, "Y"); #ifdef CONFIG_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_FUNC(udp_sock_create6, "_gpl", ""); KSYMTAB_FUNC(udp_tunnel6_xmit_skb, "_gpl", ""); SYMBOL_CRC(udp_sock_create6, 0xff052b31, "_gpl"); SYMBOL_CRC(udp_tunnel6_xmit_skb, 0xa1a851c0, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xf88d53ec, "sock_create_kern" }, { 0xa8104f1c, "kernel_bind" }, { 0x8c0a10a6, "kernel_sock_shutdown" }, { 0x5e1b558a, "sock_release" }, { 0x599c2c5e, "lock_sock_nested" }, { 0xf0b94d69, "release_sock" }, { 0xc9fd92be, "sock_bindtoindex" }, { 0x9bc7d8b8, "kernel_connect" }, { 0x648c2958, "udp6_set_csum" }, { 0xc9f3006c, "ip6_local_out" }, { 0x43b0c9c3, "preempt_schedule" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");