#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_MITIGATION_RETPOLINE MODULE_INFO(retpoline, "Y"); #endif KSYMTAB_FUNC(ip6_tnl_parse_tlv_enc_lim, "", ""); KSYMTAB_FUNC(ip6_tnl_get_cap, "", ""); KSYMTAB_FUNC(ip6_tnl_rcv_ctl, "_gpl", ""); KSYMTAB_FUNC(ip6_tnl_rcv, "", ""); KSYMTAB_FUNC(ip6_tnl_xmit_ctl, "_gpl", ""); KSYMTAB_FUNC(ip6_tnl_xmit, "", ""); KSYMTAB_FUNC(ip6_tnl_change_mtu, "", ""); KSYMTAB_FUNC(ip6_tnl_get_iflink, "", ""); KSYMTAB_FUNC(ip6_tnl_encap_add_ops, "", ""); KSYMTAB_FUNC(ip6_tnl_encap_del_ops, "", ""); KSYMTAB_FUNC(ip6_tnl_encap_setup, "_gpl", ""); KSYMTAB_FUNC(ip6_tnl_get_link_net, "", ""); MODULE_INFO(depends, "tunnel6"); MODULE_INFO(srcversion, "5415341073ACF423E4FE2F3");