#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") = { { 0xcda5e9a, "lwtunnel_encap_add_ops" }, { 0x31b02771, "nla_put_labels" }, { 0xb5f70e15, "nla_put" }, { 0xa3482e22, "lwtunnel_encap_del_ops" }, { 0x36b7164b, "mpls_output_possible" }, { 0xb4a81c26, "mpls_dev_mtu" }, { 0xb87d19cb, "mpls_pkt_too_big" }, { 0x9c37d0a6, "pskb_expand_head" }, { 0xbd9a1fbf, "skb_push" }, { 0x7ca0826e, "mpls_stats_inc_outucastpkts" }, { 0x32696bd, "neigh_xmit" }, { 0xf6ebc03b, "net_ratelimit" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0xf70e4a4d, "preempt_schedule_notrace" }, { 0xa3d1d07e, "kfree_skb_reason" }, { 0x484ea6f6, "__skb_warn_lro_forwarding" }, { 0xfa4d2f03, "__nla_parse" }, { 0x8ee316eb, "nla_get_labels" }, { 0x52b363a7, "lwtunnel_state_alloc" }, { 0x37a0cba, "kfree" }, { 0xe6d2458e, "do_trace_netlink_extack" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "mpls_router");