#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(inet_diag_msg_common_fill, "_gpl", ""); KSYMTAB_FUNC(inet_diag_msg_attrs_fill, "_gpl", ""); KSYMTAB_FUNC(inet_sk_diag_fill, "_gpl", ""); KSYMTAB_FUNC(inet_diag_find_one_icsk, "_gpl", ""); KSYMTAB_FUNC(inet_diag_dump_one_icsk, "_gpl", ""); KSYMTAB_FUNC(inet_diag_bc_sk, "_gpl", ""); KSYMTAB_FUNC(inet_diag_dump_icsk, "_gpl", ""); KSYMTAB_FUNC(inet_diag_register, "_gpl", ""); KSYMTAB_FUNC(inet_diag_unregister, "_gpl", ""); SYMBOL_CRC(inet_diag_msg_common_fill, 0xb38e157d, "_gpl"); SYMBOL_CRC(inet_diag_msg_attrs_fill, 0x33916584, "_gpl"); SYMBOL_CRC(inet_sk_diag_fill, 0x16b90bb3, "_gpl"); SYMBOL_CRC(inet_diag_find_one_icsk, 0x6ae52026, "_gpl"); SYMBOL_CRC(inet_diag_dump_one_icsk, 0x4f993e35, "_gpl"); SYMBOL_CRC(inet_diag_bc_sk, 0xc7bfb724, "_gpl"); SYMBOL_CRC(inet_diag_dump_icsk, 0xde868af5, "_gpl"); SYMBOL_CRC(inet_diag_register, 0x0ebe5351, "_gpl"); SYMBOL_CRC(inet_diag_unregister, 0xb33e1cf7, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x8a5823ac, "sock_diag_save_cookie" }, { 0xb5f70e15, "nla_put" }, { 0xb4a62724, "nla_put_64bit" }, { 0x75559a69, "sock_i_uid" }, { 0x400fede6, "from_kuid_munged" }, { 0xe1f91649, "sock_i_ino" }, { 0x64b6d9d6, "skb_trim" }, { 0x449ad0a7, "memcmp" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x3213f038, "mutex_unlock" }, { 0x8e4eb451, "bpf_sk_storage_diag_free" }, { 0x37a0cba, "kfree" }, { 0xf665f74f, "sock_load_diag_module" }, { 0x9c37d0a6, "pskb_expand_head" }, { 0xdcb764ad, "memset" }, { 0x7886ccf3, "__netlink_dump_start" }, { 0xcf74dff7, "sock_diag_unregister" }, { 0xeb9cfa3e, "sock_diag_unregister_inet_compat" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xb6db8c45, "sock_diag_register" }, { 0x26856821, "sock_diag_register_inet_compat" }, { 0xd819bcbc, "netlink_net_capable" }, { 0x5d8476d3, "bpf_sk_storage_diag_alloc" }, { 0x8d522714, "__rcu_read_lock" }, { 0x968dac67, "inet6_lookup" }, { 0x2469810f, "__rcu_read_unlock" }, { 0x6b3ba4e, "sock_diag_check_cookie" }, { 0xc9e9dde8, "__inet_lookup_established" }, { 0xfc262000, "sock_gen_put" }, { 0x41fa23bd, "__inet_lookup_listener" }, { 0x296695f, "refcount_warn_saturate" }, { 0xe04f0377, "__nlmsg_put" }, { 0x649e82b2, "nla_reserve_64bit" }, { 0x15ba50a6, "jiffies" }, { 0x37befc70, "jiffies_to_msecs" }, { 0x1c925d8c, "bpf_sk_storage_diag_put" }, { 0x77d2c884, "sock_diag_put_meminfo" }, { 0xa916b694, "strnlen" }, { 0xcbd4898c, "fortify_panic" }, { 0xbeea74eb, "__alloc_skb" }, { 0xb1d2f58f, "netlink_unicast" }, { 0xa3d1d07e, "kfree_skb_reason" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0xc3690fc, "_raw_spin_lock_bh" }, { 0xe46021ca, "_raw_spin_unlock_bh" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");