#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") = { { 0xebe5351, "inet_diag_register" }, { 0xa4e6fdc5, "mptcp_diag_fill_info" }, { 0xb33e1cf7, "inet_diag_unregister" }, { 0x51db3901, "mptcp_token_get_sock" }, { 0xbeea74eb, "__alloc_skb" }, { 0xd819bcbc, "netlink_net_capable" }, { 0x16b90bb3, "inet_sk_diag_fill" }, { 0xb1d2f58f, "netlink_unicast" }, { 0xa3d1d07e, "kfree_skb_reason" }, { 0x28d9857d, "sk_free" }, { 0x296695f, "refcount_warn_saturate" }, { 0x30025627, "mptcp_token_iter_next" }, { 0xc7bfb724, "inet_diag_bc_sk" }, { 0x8d522714, "__rcu_read_lock" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0xe2d5255a, "strcmp" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0x2469810f, "__rcu_read_unlock" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "inet_diag");