#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(esp6_output_head, "_gpl", ""); KSYMTAB_FUNC(esp6_output_tail, "_gpl", ""); KSYMTAB_FUNC(esp6_input_done2, "_gpl", ""); SYMBOL_CRC(esp6_output_head, 0x3c170326, "_gpl"); SYMBOL_CRC(esp6_output_tail, 0x2ba4cbea, "_gpl"); SYMBOL_CRC(esp6_input_done2, 0x4a959648, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xeb233a45, "__kmalloc" }, { 0xf23d3ea9, "skb_checksum" }, { 0x4d65cbd5, "csum_ipv6_magic" }, { 0x49d9a98f, "xfrm_register_type" }, { 0x65bb3b6, "xfrm6_protocol_register" }, { 0x122c3a7e, "_printk" }, { 0xf69a0159, "xfrm_unregister_type" }, { 0xae197b5e, "crypto_destroy_tfm" }, { 0x62f7173b, "xfrm6_protocol_deregister" }, { 0x656e4a6e, "snprintf" }, { 0x9c16aaf9, "crypto_alloc_aead" }, { 0x4829a47e, "memcpy" }, { 0x37a02412, "xfrm_aalg_get_byname" }, { 0xe6d2458e, "do_trace_netlink_extack" }, { 0x463d1c2f, "crypto_aead_setauthsize" }, { 0xa7286fed, "crypto_aead_setkey" }, { 0x37a0cba, "kfree" }, { 0xcbd4898c, "fortify_panic" }, { 0x75fae3ed, "xfrm_state_lookup" }, { 0x7fac6cd, "make_kuid" }, { 0x34f95f81, "ip6_update_pmtu" }, { 0x296695f, "refcount_warn_saturate" }, { 0xf86b8c63, "ip6_redirect" }, { 0x4b9058ef, "__xfrm_state_destroy" }, { 0xfbe215e4, "sg_next" }, { 0x7c2db476, "__folio_put" }, { 0xbd9a1fbf, "skb_push" }, { 0x6cbf09be, "xfrm_dev_resume" }, { 0x54cbfdca, "xfrm_output_resume" }, { 0x599be031, "__skb_ext_del" }, { 0xf70e4a4d, "preempt_schedule_notrace" }, { 0xa3d1d07e, "kfree_skb_reason" }, { 0x2cf0c910, "sg_init_table" }, { 0xcaee1843, "skb_to_sgvec" }, { 0xdcb764ad, "memset" }, { 0xf37db1b7, "crypto_aead_encrypt" }, { 0xc3690fc, "_raw_spin_lock_bh" }, { 0xf716b761, "skb_page_frag_refill" }, { 0xe46021ca, "_raw_spin_unlock_bh" }, { 0x30d6e866, "skb_copy_bits" }, { 0xd0cc537b, "ipv6_skip_exthdr" }, { 0xc8df4a9f, "km_new_mapping" }, { 0xa51c3c9e, "skb_pull_rcsum" }, { 0x13012d91, "___pskb_trim" }, { 0xe113bbbc, "csum_partial" }, { 0xf6ebc03b, "net_ratelimit" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0x15126633, "xfrm_input_resume" }, { 0xc5f2a840, "skb_cow_data" }, { 0x36b0f5a7, "crypto_aead_decrypt" }, { 0x5327492a, "__pskb_pull_tail" }, { 0x16a1dae0, "pskb_put" }, { 0x6e3af45f, "xfrm_state_mtu" }, { 0xf4f6aa45, "xfrm6_rcv" }, { 0xbb2118bb, "xfrm_input" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "xfrm_algo");