#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") = { { 0x49d9a98f, "xfrm_register_type" }, { 0xa73743a7, "xfrm4_protocol_register" }, { 0x122c3a7e, "_printk" }, { 0xf69a0159, "xfrm_unregister_type" }, { 0x1c69714f, "xfrm4_protocol_deregister" }, { 0xe6d2458e, "do_trace_netlink_extack" }, { 0xae323361, "ipcomp_init_state" }, { 0x75fae3ed, "xfrm_state_lookup" }, { 0xa7678aa0, "xfrm_state_alloc" }, { 0x731154b, "xfrm_init_state" }, { 0xce253616, "xfrm_state_insert" }, { 0x296695f, "refcount_warn_saturate" }, { 0x4b9058ef, "__xfrm_state_destroy" }, { 0x9bf57577, "ipv4_redirect" }, { 0xe60b6ae6, "ipv4_update_pmtu" }, { 0x489bf0a2, "ipcomp_destroy" }, { 0xac261135, "ipcomp_input" }, { 0xbb195840, "ipcomp_output" }, { 0xb8a1d686, "xfrm4_rcv" }, { 0xbb2118bb, "xfrm_input" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "xfrm_ipcomp");