#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" }, { 0xd819bcbc, "netlink_net_capable" }, { 0x52eddb69, "raw_v6_hashinfo" }, { 0x8d522714, "__rcu_read_lock" }, { 0x2469810f, "__rcu_read_unlock" }, { 0xc7bfb724, "inet_diag_bc_sk" }, { 0x16b90bb3, "inet_sk_diag_fill" }, { 0xa8162a8, "raw_v4_hashinfo" }, { 0xb33e1cf7, "inet_diag_unregister" }, { 0xc23b5688, "raw_v6_match" }, { 0xc0a7a61d, "raw_v4_match" }, { 0x296695f, "refcount_warn_saturate" }, { 0x3552efa3, "sock_diag_destroy" }, { 0x28d9857d, "sk_free" }, { 0xbeea74eb, "__alloc_skb" }, { 0xb1d2f58f, "netlink_unicast" }, { 0xa3d1d07e, "kfree_skb_reason" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "inet_diag");