#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") = { { 0x41ed3709, "get_random_bytes" }, { 0xd1ac52cb, "rtnl_link_register" }, { 0x75f0cc0b, "genl_register_family" }, { 0x40510ef9, "register_pernet_subsys" }, { 0x122c3a7e, "_printk" }, { 0xf88226e4, "genl_unregister_family" }, { 0x8c464738, "rtnl_link_unregister" }, { 0x8d522714, "__rcu_read_lock" }, { 0x2469810f, "__rcu_read_unlock" }, { 0x37a0cba, "kfree" }, { 0xb5f70e15, "nla_put" }, { 0xf1db1704, "nla_memcpy" }, { 0xdcb764ad, "memset" }, { 0xd280c7d0, "udp_sock_create4" }, { 0xe48f714a, "setup_udp_tunnel_sock" }, { 0x4cb98723, "unregister_pernet_subsys" }, { 0x5ac77bd5, "ip_route_output_flow" }, { 0x599c2c5e, "lock_sock_nested" }, { 0xf0b94d69, "release_sock" }, { 0x28d9857d, "sk_free" }, { 0x296695f, "refcount_warn_saturate" }, { 0xc60c1dc3, "udp_tunnel_sock_release" }, { 0xc9ec4e21, "free_percpu" }, { 0xc7a4fbed, "rtnl_lock" }, { 0x6e720ff2, "rtnl_unlock" }, { 0x218597c0, "sockfd_lookup" }, { 0x86735d8a, "fput" }, { 0x2cf56265, "__dynamic_pr_debug" }, { 0xaf793668, "__alloc_percpu_gfp" }, { 0xed81bdcb, "__cpu_possible_mask" }, { 0x1882ab16, "genlmsg_put" }, { 0x64b6d9d6, "skb_trim" }, { 0x28aa6a67, "call_rcu" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0xf54ab36d, "unregister_netdevice_queue" }, { 0x9fdecc31, "unregister_netdevice_many" }, { 0xb4a62724, "nla_put_64bit" }, { 0xbeea74eb, "__alloc_skb" }, { 0x4a9c058d, "netlink_broadcast" }, { 0xa3d1d07e, "kfree_skb_reason" }, { 0xeb233a45, "__kmalloc" }, { 0xc25a29f, "register_netdevice" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0x7437550b, "__dynamic_netdev_dbg" }, { 0xb1a1ba89, "skb_gso_validate_network_len" }, { 0xbd9a1fbf, "skb_push" }, { 0xa5ecf4d1, "icmp_ndo_send" }, { 0x29f2685b, "dst_release" }, { 0x9c37d0a6, "pskb_expand_head" }, { 0xb1899881, "consume_skb" }, { 0x2b97f0b0, "udp_tunnel_xmit_skb" }, { 0x4b08b23d, "get_net_ns_by_fd" }, { 0x32ad1ac4, "dev_get_by_index_rcu" }, { 0x21cd67ca, "__put_net" }, { 0x2a79ee1b, "__netdev_alloc_skb" }, { 0xb1d2f58f, "netlink_unicast" }, { 0xbb1b8857, "__iptunnel_pull_header" }, { 0x26a50cbf, "__netif_rx" }, { 0x5327492a, "__pskb_pull_tail" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0xb4a6ff58, "skb_pull_data" }, { 0x56cbff88, "dev_get_tstats64" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "udp_tunnel");