#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") = { { 0xd2da1048, "register_netdevice_notifier" }, { 0x122c3a7e, "_printk" }, { 0x713e2946, "tcf_register_action" }, { 0x9d0d6206, "unregister_netdevice_notifier" }, { 0xc7a4fbed, "rtnl_lock" }, { 0x8d522714, "__rcu_read_lock" }, { 0x2469810f, "__rcu_read_unlock" }, { 0x91bfc38a, "tcf_idrinfo_destroy" }, { 0x37a0cba, "kfree" }, { 0x6e720ff2, "rtnl_unlock" }, { 0x7826db55, "tcf_action_update_stats" }, { 0xc3690fc, "_raw_spin_lock_bh" }, { 0xb5f70e15, "nla_put" }, { 0x15ba50a6, "jiffies" }, { 0x7d0db45c, "jiffies_to_clock_t" }, { 0xb4a62724, "nla_put_64bit" }, { 0xe46021ca, "_raw_spin_unlock_bh" }, { 0x64b6d9d6, "skb_trim" }, { 0x5b052d78, "__dev_queue_xmit" }, { 0x23f9426, "tcf_unregister_action" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xcefb0c9f, "__mutex_init" }, { 0x8792f958, "netif_receive_skb" }, { 0x87d56b8, "netif_rx" }, { 0x67e74359, "tcf_dev_queue_xmit" }, { 0xfa4d2f03, "__nla_parse" }, { 0xcc35ade7, "tcf_idr_check_alloc" }, { 0xcdea880d, "tcf_action_check_ctrlact" }, { 0x78295a92, "dev_get_by_index" }, { 0xf70e4a4d, "preempt_schedule_notrace" }, { 0xe95f2ac4, "tcf_action_set_ctrlact" }, { 0xa1b2559a, "tcf_chain_put_by_act" }, { 0x35d9eead, "tcf_idr_create_from_flags" }, { 0xa8805fda, "tcf_idr_release" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0x113727b5, "tcf_idr_cleanup" }, { 0xe6d2458e, "do_trace_netlink_extack" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0x85670f1d, "rtnl_is_locked" }, { 0x56470118, "__warn_printk" }, { 0x433a6774, "skb_clone" }, { 0xa51c3c9e, "skb_pull_rcsum" }, { 0xf6ebc03b, "net_ratelimit" }, { 0xbd9a1fbf, "skb_push" }, { 0xe113bbbc, "csum_partial" }, { 0xd2800691, "nf_conntrack_destroy" }, { 0x29f2685b, "dst_release" }, { 0x296695f, "refcount_warn_saturate" }, { 0x349cba85, "strchr" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "");