#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 KSYMTAB_FUNC(xfrm6_tunnel_spi_lookup, "", ""); KSYMTAB_FUNC(xfrm6_tunnel_alloc_spi, "", ""); SYMBOL_CRC(xfrm6_tunnel_spi_lookup, 0x311e6fb1, ""); SYMBOL_CRC(xfrm6_tunnel_alloc_spi, 0x2abaef43, ""); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x412730c8, "kmem_cache_create" }, { 0x40510ef9, "register_pernet_subsys" }, { 0x49d9a98f, "xfrm_register_type" }, { 0xdefb510e, "xfrm6_tunnel_register" }, { 0x49f212eb, "xfrm6_tunnel_deregister" }, { 0xf69a0159, "xfrm_unregister_type" }, { 0x4cb98723, "unregister_pernet_subsys" }, { 0x63d67aeb, "kmem_cache_destroy" }, { 0xbd9a1fbf, "skb_push" }, { 0xa74e0693, "kmem_cache_free" }, { 0xe6d2458e, "do_trace_netlink_extack" }, { 0x60a13e90, "rcu_barrier" }, { 0x8d522714, "__rcu_read_lock" }, { 0x2469810f, "__rcu_read_unlock" }, { 0xdcb764ad, "memset" }, { 0x3c3fce39, "__local_bh_enable_ip" }, { 0xafd4b922, "xfrm6_rcv_spi" }, { 0xc3690fc, "_raw_spin_lock_bh" }, { 0xe46021ca, "_raw_spin_unlock_bh" }, { 0x922db506, "kmem_cache_alloc" }, { 0x296695f, "refcount_warn_saturate" }, { 0x659ded26, "xfrm_flush_gc" }, { 0x33144530, "xfrm_state_flush" }, { 0x28aa6a67, "call_rcu" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "tunnel6");