#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") = { { 0xd819bcbc, "netlink_net_capable" }, { 0x304a6273, "sctp_for_each_endpoint" }, { 0xb6900bc3, "sctp_get_sctp_info" }, { 0x46433c4, "sctp_transport_traverse_process" }, { 0xe04f0377, "__nlmsg_put" }, { 0xebe5351, "inet_diag_register" }, { 0x5374649b, "nla_reserve" }, { 0x8a5823ac, "sock_diag_save_cookie" }, { 0x6b3ba4e, "sock_diag_check_cookie" }, { 0xbeea74eb, "__alloc_skb" }, { 0xb38e157d, "inet_diag_msg_common_fill" }, { 0x649e82b2, "nla_reserve_64bit" }, { 0xb1d2f58f, "netlink_unicast" }, { 0xa3d1d07e, "kfree_skb_reason" }, { 0xb5f70e15, "nla_put" }, { 0x599c2c5e, "lock_sock_nested" }, { 0x37befc70, "jiffies_to_msecs" }, { 0xdcb764ad, "memset" }, { 0x64b6d9d6, "skb_trim" }, { 0x15ba50a6, "jiffies" }, { 0x33916584, "inet_diag_msg_attrs_fill" }, { 0xb33e1cf7, "inet_diag_unregister" }, { 0x139b3e32, "sctp_transport_lookup_process" }, { 0xf0b94d69, "release_sock" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "sctp,inet_diag");