#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" }, { 0xdcb764ad, "memset" }, { 0x9f0bf336, "tc_setup_cb_add" }, { 0x484ff4f, "tc_setup_cb_destroy" }, { 0xc3d93133, "tc_setup_cb_replace" }, { 0x82f382bd, "unregister_tcf_proto_ops" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xf8a6f8e3, "tc_setup_cb_reoffload" }, { 0x8c9fb7eb, "tc_setup_cb_call" }, { 0xb5f70e15, "nla_put" }, { 0x5374649b, "nla_reserve" }, { 0x4829a47e, "memcpy" }, { 0x7417b751, "tcf_exts_dump" }, { 0x75093003, "tcf_exts_dump_stats" }, { 0x98cf60b3, "strlen" }, { 0x64b6d9d6, "skb_trim" }, { 0xac153a6f, "tcf_exts_destroy" }, { 0xb24c2d87, "bpf_prog_destroy" }, { 0x37a0cba, "kfree" }, { 0xdad283e6, "bpf_prog_put" }, { 0x21cd67ca, "__put_net" }, { 0x296695f, "refcount_warn_saturate" }, { 0x7665a95b, "idr_remove" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0xefaf2e4f, "tcf_queue_work" }, { 0x122c3a7e, "_printk" }, { 0x8e17b3ae, "idr_destroy" }, { 0x44c10a52, "kvfree_call_rcu" }, { 0xc7a4fbed, "rtnl_lock" }, { 0x6e720ff2, "rtnl_unlock" }, { 0xf84bd6ee, "bpf_stats_enabled_key" }, { 0xe94986d6, "sched_clock" }, { 0xd4ef4ac2, "tcf_action_exec" }, { 0xfa4d2f03, "__nla_parse" }, { 0x9f3a694d, "tcf_exts_init_ex" }, { 0xd9916c3a, "idr_alloc_u32" }, { 0xa0e11099, "tcf_exts_validate" }, { 0x66b4cc41, "kmemdup" }, { 0xd0797c26, "bpf_prog_create" }, { 0xc3690fc, "_raw_spin_lock_bh" }, { 0x85670f1d, "rtnl_is_locked" }, { 0xe46021ca, "_raw_spin_unlock_bh" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0x842dbac0, "bpf_prog_get_type_dev" }, { 0xe38b3fcb, "tcf_block_netif_keep_dst" }, { 0x7b82b9a1, "idr_replace" }, { 0x56470118, "__warn_printk" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");