#include <linux/module.h>
#define INCLUDE_VERMAGIC
#include <linux/build-salt.h>
#include <linux/elfnote-lto.h>
#include <linux/vermagic.h>
#include <linux/compiler.h>

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,
};

#ifdef CONFIG_RETPOLINE
MODULE_INFO(retpoline, "Y");
#endif

static const struct modversion_info ____versions[]
__used __section("__versions") = {
	{ 0x222dd63, "module_layout" },
	{ 0xc2c193d2, "__stack_chk_fail" },
	{ 0xd14fef22, "cpu_hwcap_keys" },
	{ 0x14b89635, "arm64_const_caps_ready" },
	{ 0xe4ec6265, "ipv6_stub" },
	{ 0xb2ff977, "rmnet_wlan_ll_tuple_hook" },
	{ 0x132c98da, "rmnet_module_hook_unregister_no_sync" },
	{ 0x296695f, "refcount_warn_saturate" },
	{ 0x5b9af7c0, "neigh_destroy" },
	{ 0x5077ac8a, "ip_route_output_flow" },
	{ 0x9d232440, "xfrm_lookup" },
	{ 0xea7dbe01, "dst_release" },
	{ 0x263ad084, "neigh_resolve_output" },
	{ 0xf183cf8e, "rmnet_module_hook_register" },
	{ 0x2d3385d3, "system_wq" },
	{ 0x15ba50a6, "jiffies" },
	{ 0xbf57e89e, "queue_delayed_work_on" },
	{ 0x452ba683, "ipv6_ext_hdr" },
	{ 0xe1537255, "__list_del_entry_valid" },
	{ 0x4411a445, "__cfi_slowpath_diag" },
	{ 0x3a829981, "netif_rx" },
	{ 0x825a356, "netif_receive_skb" },
	{ 0x68f31cbd, "__list_add_valid" },
	{ 0xf8beca97, "cancel_delayed_work_sync" },
	{ 0x253af43d, "delayed_work_timer_fn" },
	{ 0x79cf5987, "init_timer_key" },
	{ 0x46a31125, "param_ops_ullong" },
	{ 0x6bf34f33, "netlink_unicast" },
	{ 0x26959a69, "dev_get_by_name" },
	{ 0xac5fcec0, "in4_pton" },
	{ 0x609bcd98, "in6_pton" },
	{ 0x349cba85, "strchr" },
	{ 0x420964e3, "__nla_parse" },
	{ 0xeb233a45, "__kmalloc" },
	{ 0x8bb69f5e, "genl_unregister_family" },
	{ 0xfb04aaa3, "genl_register_family" },
	{ 0xea0fd5fe, "kmalloc_caches" },
	{ 0x3fa768fd, "param_ops_charp" },
	{ 0x49f4e661, "init_net" },
	{ 0x42541bac, "param_array_ops" },
	{ 0xdf7a4c69, "__ubsan_handle_cfi_check_fail_abort" },
	{ 0x8d82e354, "skb_trim" },
	{ 0x21844262, "nla_put" },
	{ 0xc958e49d, "genlmsg_put" },
	{ 0xb9b1f28d, "__alloc_skb" },
	{ 0xd35cce70, "_raw_spin_unlock_irqrestore" },
	{ 0x6091797f, "synchronize_rcu" },
	{ 0x34db050b, "_raw_spin_lock_irqsave" },
	{ 0xf70e4a4d, "preempt_schedule_notrace" },
	{ 0xead7afa1, "netdev_rx_handler_register" },
	{ 0xeb2621b, "netdev_rx_handler_unregister" },
	{ 0x92997ed8, "_printk" },
	{ 0x9d0d6206, "unregister_netdevice_notifier" },
	{ 0xa76ece10, "__pskb_pull_tail" },
	{ 0xd9a87a8, "skb_copy_bits" },
	{ 0x5239aaef, "kmem_cache_alloc_trace" },
	{ 0x2469810f, "__rcu_read_unlock" },
	{ 0x8d522714, "__rcu_read_lock" },
	{ 0x37a0cba, "kfree" },
	{ 0xd2da1048, "register_netdevice_notifier" },
	{ 0x5792f848, "strlcpy" },
	{ 0xed55cabd, "mutex_unlock" },
	{ 0xd5977bfb, "mutex_lock" },
	{ 0x173641ac, "dev_queue_xmit" },
	{ 0xfddec350, "skb_put" },
	{ 0x7f577cb4, "pskb_expand_head" },
	{ 0xab565714, "dev_get_by_name_rcu" },
	{ 0x3387eaf7, "kfree_skb" },
	{ 0xa3abf63, "ipv6_skip_exthdr" },
	{ 0xe6d2458e, "do_trace_netlink_extack" },
	{ 0xbaf22757, "kvfree_call_rcu" },
};

MODULE_INFO(depends, "rmnet_core");


MODULE_INFO(scmversion, "g6cc9bfcd5850");
