#include #include #include MODULE_INFO(vermagic, VERMAGIC_STRING); struct module __this_module __attribute__((section(".gnu.linkonce.this_module"))) = { .name = KBUILD_MODNAME, .init = init_module, #ifdef CONFIG_MODULE_UNLOAD .exit = cleanup_module, #endif }; static const struct modversion_info ____versions[] __attribute_used__ __attribute__((section("__versions"))) = { { 0xfa02c634, "struct_module" }, { 0x12da5bb2, "__kmalloc" }, { 0xd3c7a02d, "__kfree_skb" }, { 0xccd6404a, "register_sysctl_table" }, { 0x4eb1df3a, "_write_unlock_bh" }, { 0xe4be4f9b, "del_timer" }, { 0x79aa04a2, "get_random_bytes" }, { 0xc41e0cfe, "malloc_sizes" }, { 0x2eab6609, "proc_dointvec" }, { 0x54f25af3, "netif_carrier_on" }, { 0xba51893, "skb_copy" }, { 0xa44db705, "netif_carrier_off" }, { 0xd8c152cd, "raise_softirq_irqoff" }, { 0x9d75ed43, "_spin_lock_irqsave" }, { 0x1d26aa98, "sprintf" }, { 0x96aa29ef, "skb_realloc_headroom" }, { 0x7d11c268, "jiffies" }, { 0xd533bec7, "__might_sleep" }, { 0xda4008e6, "cond_resched" }, { 0xb911bed2, "netif_rx" }, { 0x3da8ac25, "skb_queue_purge" }, { 0x8d3894f2, "_ctype" }, { 0x584df94a, "_write_lock_bh" }, { 0x1b7d4074, "printk" }, { 0x5152e605, "memcmp" }, { 0x1075bf0, "panic" }, { 0x2da418b5, "copy_to_user" }, { 0x37794789, "netif_receive_skb" }, { 0xf1f30ac, "wireless_send_event" }, { 0xe49e22e1, "_spin_unlock_irqrestore" }, { 0x72aad85, "mod_timer" }, { 0x32b465b3, "skb_over_panic" }, { 0xb167e7e9, "skb_queue_tail" }, { 0x7dceceac, "capable" }, { 0x86a7151b, "skb_copy_expand" }, { 0x5056d40c, "_write_lock" }, { 0x4ea383fc, "kmem_cache_alloc" }, { 0x7c7647a0, "__alloc_skb" }, { 0x6a2d425d, "unregister_sysctl_table" }, { 0xb28d4057, "skb_under_panic" }, { 0x20849326, "eth_type_trans" }, { 0x3cc61a9f, "wake_up_process" }, { 0x60a18e8f, "pskb_expand_head" }, { 0xcbdcf839, "_write_unlock" }, { 0x79313508, "init_timer" }, { 0x6989a769, "vsnprintf" }, { 0x618c442a, "_spin_unlock_bh" }, { 0x37a0cba, "kfree" }, { 0x2e60bace, "memcpy" }, { 0x98adfde2, "request_module" }, { 0xa779c0e7, "___pskb_trim" }, { 0x60a4461c, "__up_wakeup" }, { 0x25da070, "snprintf" }, { 0x8235805b, "memmove" }, { 0x96b27088, "__down_failed" }, { 0xb2525573, "dev_queue_xmit" }, { 0xdf06ce39, "_spin_lock_bh" }, { 0xf2a644fb, "copy_from_user" }, { 0x56169bab, "per_cpu__softnet_data" }, }; static const char __module_depends[] __attribute_used__ __attribute__((section(".modinfo"))) = "depends="; MODULE_INFO(srcversion, "C68BF07A89517455F29E853");