#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" }, { 0x5c2d4532, "inet_add_offload" }, { 0x122c3a7e, "_printk" }, { 0x27426da3, "xfrm_unregister_type_offload" }, { 0x115f207, "inet_del_offload" }, { 0x7efbc7ca, "esp_input_done2" }, { 0x5327492a, "__pskb_pull_tail" }, { 0xbd9a1fbf, "skb_push" }, { 0x5de713c2, "inet_offloads" }, { 0x6feaf667, "skb_eth_gso_segment" }, { 0xd0cc537b, "ipv6_skip_exthdr" }, { 0xa774cd4b, "xfrm_parse_spi" }, { 0x2966100c, "secpath_set" }, { 0x75fae3ed, "xfrm_state_lookup" }, { 0xbb2118bb, "xfrm_input" }, { 0x599be031, "__skb_ext_del" }, { 0x179ac0d7, "esp_output_head" }, { 0x5089f45f, "ip_send_check" }, { 0x66522932, "skb_ext_add" }, { 0x726c40c7, "esp_output_tail" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "esp4");