#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_DATA(rxrpc_debug_id, "", ""); KSYMTAB_FUNC(rxrpc_kernel_lookup_peer, "", ""); KSYMTAB_FUNC(rxrpc_kernel_get_peer, "", ""); KSYMTAB_FUNC(rxrpc_kernel_put_peer, "", ""); KSYMTAB_FUNC(rxrpc_kernel_begin_call, "", ""); KSYMTAB_FUNC(rxrpc_kernel_shutdown_call, "", ""); KSYMTAB_FUNC(rxrpc_kernel_put_call, "", ""); KSYMTAB_FUNC(rxrpc_kernel_check_life, "", ""); KSYMTAB_FUNC(rxrpc_kernel_get_epoch, "", ""); KSYMTAB_FUNC(rxrpc_kernel_new_call_notification, "", ""); KSYMTAB_FUNC(rxrpc_kernel_set_max_life, "", ""); KSYMTAB_FUNC(rxrpc_sock_set_min_security_level, "", ""); KSYMTAB_FUNC(rxrpc_kernel_charge_accept, "", ""); KSYMTAB_DATA(key_type_rxrpc, "", ""); KSYMTAB_FUNC(rxrpc_get_server_data_key, "", ""); KSYMTAB_FUNC(rxrpc_get_null_key, "", ""); KSYMTAB_FUNC(rxrpc_kernel_get_call_peer, "", ""); KSYMTAB_FUNC(rxrpc_kernel_get_srtt, "", ""); KSYMTAB_FUNC(rxrpc_kernel_remote_srx, "", ""); KSYMTAB_FUNC(rxrpc_kernel_remote_addr, "", ""); KSYMTAB_FUNC(rxrpc_kernel_recv_data, "", ""); KSYMTAB_FUNC(rxrpc_kernel_send_data, "", ""); KSYMTAB_FUNC(rxrpc_kernel_abort_call, "", ""); KSYMTAB_FUNC(rxrpc_kernel_set_tx_length, "", ""); KSYMTAB_FUNC(rxrpc_sock_set_security_keyring, "", ""); MODULE_INFO(depends, "udp_tunnel,ip6_udp_tunnel"); MODULE_INFO(srcversion, "8260EB9652065911DD26640");