#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") = { { 0x122c3a7e, "_printk" }, { 0x8da38f9, "register_pernet_device" }, { 0xa73743a7, "xfrm4_protocol_register" }, { 0x5c80e574, "xfrm4_tunnel_register" }, { 0xd1ac52cb, "rtnl_link_register" }, { 0x195877b3, "xfrm4_tunnel_deregister" }, { 0x1c69714f, "xfrm4_protocol_deregister" }, { 0x432b123, "unregister_pernet_device" }, { 0xb5f70e15, "nla_put" }, { 0xdcb764ad, "memset" }, { 0x4cf0f6f0, "ip_tunnel_changelink" }, { 0xd6c11c0a, "ip_tunnel_newlink" }, { 0xafede17d, "ip_tunnel_header_ops" }, { 0x900c7a4, "ip_tunnel_setup" }, { 0x9a13acdf, "ip_tunnel_ctl" }, { 0x73d05b09, "dev_addr_mod" }, { 0xbca52199, "ip_tunnel_init" }, { 0x22011743, "ip_tunnel_delete_nets" }, { 0x8c464738, "rtnl_link_unregister" }, { 0x3fa1910e, "ip_tunnel_init_net" }, { 0x8d522714, "__rcu_read_lock" }, { 0x2469810f, "__rcu_read_unlock" }, { 0x3a0fd7ba, "ip_tunnel_lookup" }, { 0x75fae3ed, "xfrm_state_lookup" }, { 0x9bf57577, "ipv4_redirect" }, { 0xe60b6ae6, "ipv4_update_pmtu" }, { 0x4b9058ef, "__xfrm_state_destroy" }, { 0x296695f, "refcount_warn_saturate" }, { 0xbb2118bb, "xfrm_input" }, { 0xbf6922ce, "__xfrm_policy_check" }, { 0xa3d1d07e, "kfree_skb_reason" }, { 0xdb3fdf1f, "skb_scrub_packet" }, { 0xf70e4a4d, "preempt_schedule_notrace" }, { 0xb9f33239, "__xfrm_decode_session" }, { 0xab82185d, "ip6_route_output_flags" }, { 0x22114873, "xfrm_lookup_route" }, { 0x29f2685b, "dst_release" }, { 0x5327492a, "__pskb_pull_tail" }, { 0x3186ebef, "ip_route_output_key_hash" }, { 0xa5ecf4d1, "icmp_ndo_send" }, { 0x43b0c9c3, "preempt_schedule" }, { 0x33338211, "rcuref_get_slowpath" }, { 0x8d396cce, "icmpv6_ndo_send" }, { 0xe9743d55, "ip_tunnel_uninit" }, { 0x764ad4de, "ip_tunnel_siocdevprivate" }, { 0xb48c2d33, "ip_tunnel_change_mtu" }, { 0x56cbff88, "dev_get_tstats64" }, { 0xbb6ef969, "ip_tunnel_get_iflink" }, { 0xc5bed55d, "ip_tunnel_dellink" }, { 0xbbc61b6e, "ip_tunnel_get_link_net" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "tunnel4,ip_tunnel");