#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" }, { 0x8df92f66, "memchr_inv" }, { 0xb5f70e15, "nla_put" }, { 0x20978fb9, "idr_find" }, { 0x37a0cba, "kfree" }, { 0xf1db1704, "nla_memcpy" }, { 0xdcb764ad, "memset" }, { 0x82f9219d, "skb_flow_dissector_init" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0x6d5f5b91, "radix_tree_tagged" }, { 0x2a5ea9ef, "rhashtable_destroy" }, { 0xcd1f47a2, "module_put" }, { 0x82f382bd, "unregister_tcf_proto_ops" }, { 0xfa4d2f03, "__nla_parse" }, { 0xe6d2458e, "do_trace_netlink_extack" }, { 0xac153a6f, "tcf_exts_destroy" }, { 0x7dc5ffa7, "tc_skb_ext_tc_disable" }, { 0x21cd67ca, "__put_net" }, { 0x296695f, "refcount_warn_saturate" }, { 0x8c9fb7eb, "tc_setup_cb_call" }, { 0x4829a47e, "memcpy" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0x484ff4f, "tc_setup_cb_destroy" }, { 0xe12313a4, "tcf_exts_num_actions" }, { 0x43ea6d7a, "flow_rule_alloc" }, { 0xeb1808aa, "tc_setup_offload_action" }, { 0x9f0bf336, "tc_setup_cb_add" }, { 0xd28f5855, "tc_cleanup_offload_action" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x4b5acf74, "rhashtable_init" }, { 0xb5960550, "tcf_action_update_hw_stats" }, { 0x43b0c9c3, "preempt_schedule" }, { 0x84823cf3, "nla_strscpy" }, { 0x860f0ee4, "__dev_get_by_name" }, { 0x40a62432, "__nla_validate" }, { 0x8d522714, "__rcu_read_lock" }, { 0x2469810f, "__rcu_read_unlock" }, { 0x449ad0a7, "memcmp" }, { 0xb7f990e9, "rht_bucket_nested" }, { 0x9242bc89, "skb_flow_dissect_tunnel_info" }, { 0x7ec2c277, "skb_flow_dissect_ct" }, { 0xa50b5350, "skb_flow_dissect_hash" }, { 0xfb6ee7a1, "__skb_flow_dissect" }, { 0x205412b5, "skb_flow_dissect_meta" }, { 0xd4ef4ac2, "tcf_action_exec" }, { 0xd0d156e9, "__rht_bucket_nested" }, { 0x2d3385d3, "system_wq" }, { 0xc5b6f236, "queue_work_on" }, { 0xefaf2e4f, "tcf_queue_work" }, { 0xb202f0d7, "rht_bucket_nested_insert" }, { 0xe0313d71, "rhashtable_insert_slow" }, { 0x85670f1d, "rtnl_is_locked" }, { 0xf8a6f8e3, "tc_setup_cb_reoffload" }, { 0x56470118, "__warn_printk" }, { 0xcc1b882a, "idr_get_next_ul" }, { 0x7665a95b, "idr_remove" }, { 0x8e17b3ae, "idr_destroy" }, { 0x6bce2ad2, "__module_get" }, { 0x9f3a694d, "tcf_exts_init_ex" }, { 0x17232400, "tcf_exts_validate_ex" }, { 0xc3690fc, "_raw_spin_lock_bh" }, { 0xe46021ca, "_raw_spin_unlock_bh" }, { 0xd9916c3a, "idr_alloc_u32" }, { 0xc7a4fbed, "rtnl_lock" }, { 0x6e720ff2, "rtnl_unlock" }, { 0x86dd708d, "tc_skb_ext_tc_enable" }, { 0x7b82b9a1, "idr_replace" }, { 0xcbd4898c, "fortify_panic" }, { 0xa1fc92da, "tcf_exts_terse_dump" }, { 0x64b6d9d6, "skb_trim" }, { 0xdda999eb, "__dev_get_by_index" }, { 0xa916b694, "strnlen" }, { 0x7417b751, "tcf_exts_dump" }, { 0x75093003, "tcf_exts_dump_stats" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");