#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") = { { 0x5c36b268, "register_tcf_proto_ops" }, { 0x41ed3709, "get_random_bytes" }, { 0x15ba50a6, "jiffies" }, { 0xc38c83b8, "mod_timer" }, { 0x6514c1e6, "flow_get_u32_src" }, { 0x82f382bd, "unregister_tcf_proto_ops" }, { 0xb5f70e15, "nla_put" }, { 0x7417b751, "tcf_exts_dump" }, { 0x628bfcc5, "tcf_em_tree_dump" }, { 0x75093003, "tcf_exts_dump_stats" }, { 0x64b6d9d6, "skb_trim" }, { 0xdf237453, "timer_shutdown_sync" }, { 0xac153a6f, "tcf_exts_destroy" }, { 0x10e3656e, "tcf_em_tree_destroy" }, { 0x37a0cba, "kfree" }, { 0x21cd67ca, "__put_net" }, { 0x296695f, "refcount_warn_saturate" }, { 0xc7a4fbed, "rtnl_lock" }, { 0x6e720ff2, "rtnl_unlock" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xfa4d2f03, "__nla_parse" }, { 0x74c134b9, "__sw_hweight32" }, { 0xd7d97317, "init_user_ns" }, { 0x48a9d18a, "tcf_em_tree_validate" }, { 0x9f3a694d, "tcf_exts_init_ex" }, { 0xa0e11099, "tcf_exts_validate" }, { 0xc6f46339, "init_timer_key" }, { 0xe38b3fcb, "tcf_block_netif_keep_dst" }, { 0xefaf2e4f, "tcf_queue_work" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0x44c10a52, "kvfree_call_rcu" }, { 0x30d6e866, "skb_copy_bits" }, { 0x5a99a0d7, "flow_get_u32_dst" }, { 0xd4ef4ac2, "tcf_action_exec" }, { 0x559bb4ca, "from_kgid" }, { 0xd97a288c, "from_kuid" }, { 0x157b9a01, "__tcf_em_tree_match" }, { 0xdcb764ad, "memset" }, { 0xeff39aad, "flow_keys_dissector" }, { 0xfb6ee7a1, "__skb_flow_dissect" }, { 0x6113652f, "__skb_get_hash" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");