#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(gretap_fb_dev_create, "_gpl", ""); SYMBOL_CRC(gretap_fb_dev_create, 0x82e540be, "_gpl"); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0x46c4a358, "ip_tunnel_encap_setup" }, { 0x147d7331, "ether_setup" }, { 0x900c7a4, "ip_tunnel_setup" }, { 0xbca52199, "ip_tunnel_init" }, { 0x122c3a7e, "_printk" }, { 0x8da38f9, "register_pernet_device" }, { 0xb41a7b53, "gre_add_protocol" }, { 0xd1ac52cb, "rtnl_link_register" }, { 0x8c464738, "rtnl_link_unregister" }, { 0xa53d5557, "gre_del_protocol" }, { 0x432b123, "unregister_pernet_device" }, { 0xdcb764ad, "memset" }, { 0x5ac77bd5, "ip_route_output_flow" }, { 0x29f2685b, "dst_release" }, { 0xf79da946, "ip_mc_inc_group" }, { 0xbd9a1fbf, "skb_push" }, { 0x22011743, "ip_tunnel_delete_nets" }, { 0x3fa1910e, "ip_tunnel_init_net" }, { 0x65e6c5e6, "inetdev_by_index" }, { 0x5dbd36c8, "__ip_mc_dec_group" }, { 0xc4f0da12, "ktime_get_with_offset" }, { 0x34041e3a, "gre_parse_header" }, { 0x8d522714, "__rcu_read_lock" }, { 0x2469810f, "__rcu_read_unlock" }, { 0x3a0fd7ba, "ip_tunnel_lookup" }, { 0x15ba50a6, "jiffies" }, { 0x9bf57577, "ipv4_redirect" }, { 0x553173bc, "ip6_err_gen_icmpv6_unreach" }, { 0xe60b6ae6, "ipv4_update_pmtu" }, { 0xbb1b8857, "__iptunnel_pull_header" }, { 0xb14fa253, "metadata_dst_alloc" }, { 0x4242f701, "ip_tunnel_rcv" }, { 0xa3d1d07e, "kfree_skb_reason" }, { 0x29526780, "__icmp_send" }, { 0x4829a47e, "memcpy" }, { 0x5327492a, "__pskb_pull_tail" }, { 0x73d05b09, "dev_addr_mod" }, { 0x6113652f, "__skb_get_hash" }, { 0x4cf0f6f0, "ip_tunnel_changelink" }, { 0xd6c11c0a, "ip_tunnel_newlink" }, { 0xefaf07c4, "rtnl_create_link" }, { 0xc785582a, "__ip_tunnel_change_mtu" }, { 0xc5bed55d, "ip_tunnel_dellink" }, { 0x9fdecc31, "unregister_netdevice_many" }, { 0xefcefe52, "rtnl_configure_link" }, { 0xd0ec541e, "free_netdev" }, { 0xd3c486d8, "iptunnel_handle_offloads" }, { 0x3f72df89, "ip_md_tunnel_xmit" }, { 0x9c37d0a6, "pskb_expand_head" }, { 0xe113bbbc, "csum_partial" }, { 0xc95e984c, "ip_tunnel_xmit" }, { 0x6c86c0ae, "skb_pull" }, { 0xb5f70e15, "nla_put" }, { 0x9a13acdf, "ip_tunnel_ctl" }, { 0xe2d5255a, "strcmp" }, { 0x13012d91, "___pskb_trim" }, { 0xe9743d55, "ip_tunnel_uninit" }, { 0xbaa4a325, "eth_mac_addr" }, { 0xfec2e06e, "eth_validate_addr" }, { 0xb48c2d33, "ip_tunnel_change_mtu" }, { 0x56cbff88, "dev_get_tstats64" }, { 0xbb6ef969, "ip_tunnel_get_iflink" }, { 0x764ad4de, "ip_tunnel_siocdevprivate" }, { 0xbbc61b6e, "ip_tunnel_get_link_net" }, { 0x19858e93, "param_ops_bool" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "ip_tunnel,gre");