#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(ppp_register_net_channel, "", ""); KSYMTAB_FUNC(ppp_register_channel, "", ""); KSYMTAB_FUNC(ppp_unregister_channel, "", ""); KSYMTAB_FUNC(ppp_channel_index, "", ""); KSYMTAB_FUNC(ppp_unit_number, "", ""); KSYMTAB_FUNC(ppp_dev_name, "", ""); KSYMTAB_FUNC(ppp_input, "", ""); KSYMTAB_FUNC(ppp_input_error, "", ""); KSYMTAB_FUNC(ppp_output_wakeup, "", ""); KSYMTAB_FUNC(ppp_register_compressor, "", ""); KSYMTAB_FUNC(ppp_unregister_compressor, "", ""); SYMBOL_CRC(ppp_register_net_channel, 0x68d86675, ""); SYMBOL_CRC(ppp_register_channel, 0xd68d625a, ""); SYMBOL_CRC(ppp_unregister_channel, 0xd63ae81d, ""); SYMBOL_CRC(ppp_channel_index, 0xf0c88cdf, ""); SYMBOL_CRC(ppp_unit_number, 0xc29cfcde, ""); SYMBOL_CRC(ppp_dev_name, 0x2636bc81, ""); SYMBOL_CRC(ppp_input, 0x0893d72b, ""); SYMBOL_CRC(ppp_input_error, 0xcb9e326c, ""); SYMBOL_CRC(ppp_output_wakeup, 0xcde30fd6, ""); SYMBOL_CRC(ppp_register_compressor, 0x6a7ef2be, ""); SYMBOL_CRC(ppp_unregister_compressor, 0x485773ca, ""); static const struct modversion_info ____versions[] __used __section("__versions") = { { 0xc3690fc, "_raw_spin_lock_bh" }, { 0xe46021ca, "_raw_spin_unlock_bh" }, { 0x8dee722d, "_raw_read_lock_bh" }, { 0xaeb082ad, "_raw_read_unlock_bh" }, { 0xcd1f47a2, "module_put" }, { 0xba8fbd64, "_raw_spin_lock" }, { 0xb5b54b34, "_raw_spin_unlock" }, { 0xbeea74eb, "__alloc_skb" }, { 0xe9ff6e6c, "skb_put" }, { 0x4829a47e, "memcpy" }, { 0x381d86f7, "skb_queue_tail" }, { 0xa3d1d07e, "kfree_skb_reason" }, { 0x9a2aa775, "netdev_err" }, { 0xf54ab36d, "unregister_netdevice_queue" }, { 0x8fbca63c, "ns_capable" }, { 0x95d1a860, "try_module_get" }, { 0x8d522714, "__rcu_read_lock" }, { 0x2469810f, "__rcu_read_unlock" }, { 0xc7a4fbed, "rtnl_lock" }, { 0xc57c48a3, "idr_get_next" }, { 0x9fdecc31, "unregister_netdevice_many" }, { 0x6e720ff2, "rtnl_unlock" }, { 0x8e17b3ae, "idr_destroy" }, { 0xcefb0c9f, "__mutex_init" }, { 0x122c3a7e, "_printk" }, { 0x8da38f9, "register_pernet_device" }, { 0x7dfbcd4e, "__register_chrdev" }, { 0xd4ee3ec6, "class_create" }, { 0xd1ac52cb, "rtnl_link_register" }, { 0xd0ce5d23, "device_create" }, { 0x432b123, "unregister_pernet_device" }, { 0xa35de4d9, "class_destroy" }, { 0x6bc3fbc0, "__unregister_chrdev" }, { 0x8c464738, "rtnl_link_unregister" }, { 0x8be73006, "device_destroy" }, { 0x2a928918, "slhc_free" }, { 0x8848a69b, "skb_queue_purge_reason" }, { 0xb24c2d87, "bpf_prog_destroy" }, { 0xc9ec4e21, "free_percpu" }, { 0xd0ec541e, "free_netdev" }, { 0x950eb34e, "__list_del_entry_valid_or_report" }, { 0x37a0cba, "kfree" }, { 0x9291cd3b, "memdup_user" }, { 0xd0797c26, "bpf_prog_create" }, { 0xaad8c7d6, "default_wake_function" }, { 0x4afb2238, "add_wait_queue" }, { 0x1000e51, "schedule" }, { 0xecc591c7, "skb_dequeue" }, { 0x37110088, "remove_wait_queue" }, { 0x3cc09e76, "iov_iter_init" }, { 0x141b39dd, "skb_copy_datagram_iter" }, { 0xe61a6d75, "kmalloc_caches" }, { 0x29977925, "kmalloc_trace" }, { 0x7696f8c7, "__list_add_valid_or_report" }, { 0x4dfa8d4b, "mutex_lock" }, { 0x7665a95b, "idr_remove" }, { 0x3213f038, "mutex_unlock" }, { 0xe2964344, "__wake_up" }, { 0xd9a5ea54, "__init_waitqueue_head" }, { 0x949f7342, "__alloc_percpu" }, { 0xed81bdcb, "__cpu_possible_mask" }, { 0xc5844fb8, "__per_cpu_offset" }, { 0x20978fb9, "idr_find" }, { 0xb8f11603, "idr_alloc" }, { 0x656e4a6e, "snprintf" }, { 0xe2d3c3f5, "netdev_name_in_use" }, { 0xc25a29f, "register_netdevice" }, { 0x54d4976, "fget" }, { 0xbb9ed3bf, "mutex_trylock" }, { 0x86735d8a, "fput" }, { 0x296695f, "refcount_warn_saturate" }, { 0x21cd67ca, "__put_net" }, { 0x51a511eb, "_raw_write_lock_bh" }, { 0xe7ab1ecc, "_raw_write_unlock_bh" }, { 0x7b4da6ff, "__init_rwsem" }, { 0x6091797f, "synchronize_rcu" }, { 0x57bc19d2, "down_write" }, { 0xce807a25, "up_write" }, { 0xdcb764ad, "memset" }, { 0x12a4e128, "__arch_copy_from_user" }, { 0x88db9f48, "__check_object_size" }, { 0xa24f23d8, "__request_module" }, { 0x5327492a, "__pskb_pull_tail" }, { 0xf6ebc03b, "net_ratelimit" }, { 0xb1899881, "consume_skb" }, { 0xbd9a1fbf, "skb_push" }, { 0xf84bd6ee, "bpf_stats_enabled_key" }, { 0x15ba50a6, "jiffies" }, { 0x6c86c0ae, "skb_pull" }, { 0xdcdc0040, "slhc_compress" }, { 0xe94986d6, "sched_clock" }, { 0x29cae49a, "netdev_printk" }, { 0x1b29df1c, "netif_tx_wake_queue" }, { 0x9f981e37, "skb_queue_head" }, { 0x3c3fce39, "__local_bh_enable_ip" }, { 0xdb3fdf1f, "skb_scrub_packet" }, { 0x9c37d0a6, "pskb_expand_head" }, { 0x2a79ee1b, "__netdev_alloc_skb" }, { 0x30d6e866, "skb_copy_bits" }, { 0xf36f42a9, "slhc_uncompress" }, { 0x74b8e674, "slhc_toss" }, { 0x43f9ebc8, "slhc_remember" }, { 0x64b6d9d6, "skb_trim" }, { 0xa51c3c9e, "skb_pull_rcsum" }, { 0x87d56b8, "netif_rx" }, { 0x6cbbfc54, "__arch_copy_to_user" }, { 0x15f90688, "slhc_init" }, { 0x2aa2188e, "alloc_netdev_mqs" }, { 0x668b19a1, "down_read" }, { 0x53b954a2, "up_read" }, { 0xcbd4898c, "fortify_panic" }, { 0xbbb03387, "noop_llseek" }, { 0x19858e93, "param_ops_bool" }, { 0x17608925, "module_layout" }, }; MODULE_INFO(depends, "slhc");