#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") = { { 0x5407ec52, "xfrm_register_type_offload" }, { 0x443d4be, "inet6_add_offload" }, { 0x122c3a7e, "_printk" }, { 0x27426da3, "xfrm_unregister_type_offload" }, { 0x597b638b, "inet6_del_offload" }, { 0x4a959648, "esp6_input_done2" }, { 0x5327492a, "__pskb_pull_tail" }, { 0xbd9a1fbf, "skb_push" }, { 0xd0cc537b, "ipv6_skip_exthdr" }, { 0xde0c00a, "inet6_offloads" }, { 0x6feaf667, "skb_eth_gso_segment" }, { 0xa774cd4b, "xfrm_parse_spi" }, { 0x2966100c, "secpath_set" }, { 0x75fae3ed, "xfrm_state_lookup" }, { 0xbb2118bb, "xfrm_input" }, { 0x599be031, "__skb_ext_del" }, { 0x3c170326, "esp6_output_head" }, { 0x66522932, "skb_ext_add" }, { 0x2ba4cbea, "esp6_output_tail" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "esp6");