#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 KSYMTAB_FUNC(mpls_output_possible, "_gpl", ""); KSYMTAB_FUNC(mpls_dev_mtu, "_gpl", ""); KSYMTAB_FUNC(mpls_pkt_too_big, "_gpl", ""); KSYMTAB_FUNC(mpls_stats_inc_outucastpkts, "_gpl", ""); KSYMTAB_FUNC(nla_put_labels, "_gpl", ""); KSYMTAB_FUNC(nla_get_labels, "_gpl", ""); SYMBOL_CRC(mpls_output_possible, 0x36b7164b, "_gpl"); SYMBOL_CRC(mpls_dev_mtu, 0xb4a81c26, "_gpl"); SYMBOL_CRC(mpls_pkt_too_big, 0xb87d19cb, "_gpl"); SYMBOL_CRC(mpls_stats_inc_outucastpkts, 0x7ca0826e, "_gpl"); SYMBOL_CRC(nla_put_labels, 0x31b02771, "_gpl"); SYMBOL_CRC(nla_get_labels, 0x8ee316eb, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x1502653e, "netlink_strict_get_check" }, { 0x6763f4a7, "ip_tunnel_encap_add_ops" }, { 0x6e720ff2, "rtnl_unlock" }, { 0xe04f0377, "__nlmsg_put" }, { 0xb1a1ba89, "skb_gso_validate_network_len" }, { 0x8d522714, "__rcu_read_lock" }, { 0x85670f1d, "rtnl_is_locked" }, { 0xb1899881, "consume_skb" }, { 0x59b12a34, "dev_add_pack" }, { 0x656e4a6e, "snprintf" }, { 0x5374649b, "nla_reserve" }, { 0x579e0bf5, "rtnl_unregister_all" }, { 0x32696bd, "neigh_xmit" }, { 0x4829a47e, "memcpy" }, { 0x37a0cba, "kfree" }, { 0xf6ebc03b, "net_ratelimit" }, { 0x5ac77bd5, "ip_route_output_flow" }, { 0xc5844fb8, "__per_cpu_offset" }, { 0xcbd4898c, "fortify_panic" }, { 0x9c37d0a6, "pskb_expand_head" }, { 0x40510ef9, "register_pernet_subsys" }, { 0x5f350cc1, "register_net_sysctl_sz" }, { 0x122c3a7e, "_printk" }, { 0xe6d2458e, "do_trace_netlink_extack" }, { 0xc8827b75, "sysctl_vals" }, { 0x639f0d86, "rtnl_af_register" }, { 0xbeea74eb, "__alloc_skb" }, { 0x7b94c91f, "rtnl_set_sk_err" }, { 0x484b8c98, "rtnl_unicast" }, { 0x599fb41c, "kvmalloc_node" }, { 0x649e82b2, "nla_reserve_64bit" }, { 0xb097753b, "ip_valid_fib_dump_req" }, { 0xdda999eb, "__dev_get_by_index" }, { 0x1e357a2b, "ipv6_stub" }, { 0xf70e4a4d, "preempt_schedule_notrace" }, { 0x6c86c0ae, "skb_pull" }, { 0x6091797f, "synchronize_rcu" }, { 0x7c2c874, "nla_reserve_nohdr" }, { 0x2469810f, "__rcu_read_unlock" }, { 0xae2aa90, "rtnl_af_unregister" }, { 0x7bcd5dc4, "dev_remove_pack" }, { 0x78295a92, "dev_get_by_index" }, { 0xa3d1d07e, "kfree_skb_reason" }, { 0xbd9a1fbf, "skb_push" }, { 0xb5f70e15, "nla_put" }, { 0xcd279169, "nla_find" }, { 0x484ea6f6, "__skb_warn_lro_forwarding" }, { 0xd5ed2fe7, "rtnl_register_module" }, { 0xbe84f4d3, "ip_tunnel_encap_del_ops" }, { 0x4cb98723, "unregister_pernet_subsys" }, { 0xed81bdcb, "__cpu_possible_mask" }, { 0xdcb764ad, "memset" }, { 0x5327492a, "__pskb_pull_tail" }, { 0x64b6d9d6, "skb_trim" }, { 0x9d0d6206, "unregister_netdevice_notifier" }, { 0xc9ec4e21, "free_percpu" }, { 0x28aa6a67, "call_rcu" }, { 0x44c10a52, "kvfree_call_rcu" }, { 0x949f7342, "__alloc_percpu" }, { 0x66b4cc41, "kmemdup" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0x4c79ed9c, "rtnl_notify" }, { 0x56470118, "__warn_printk" }, { 0xd2da1048, "register_netdevice_notifier" }, { 0x433a6774, "skb_clone" }, { 0x29f2685b, "dst_release" }, { 0xc7a4fbed, "rtnl_lock" }, { 0xf94536c2, "proc_dointvec" }, { 0xb805d2b3, "unregister_net_sysctl_table" }, { 0x29977925, "kmalloc_trace" }, { 0x94ce96ed, "dev_get_flags" }, { 0xfa4d2f03, "__nla_parse" }, { 0x7aa1756e, "kvfree" }, { 0xeb233a45, "__kmalloc" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x2801a22f, "proc_dointvec_minmax" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "ip_tunnel");