#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" }, { 0x5baca9ef, "register_netdevice" }, { 0x12da5bb2, "__kmalloc" }, { 0x95ebc21, "__mod_timer" }, { 0xd3c7a02d, "__kfree_skb" }, { 0xd6ee688f, "vmalloc" }, { 0xfbd7b4b8, "unregister_netdevice" }, { 0xccd6404a, "register_sysctl_table" }, { 0xe4be4f9b, "del_timer" }, { 0xe1b7029c, "print_tainted" }, { 0x79aa04a2, "get_random_bytes" }, { 0xc41e0cfe, "malloc_sizes" }, { 0x2eab6609, "proc_dointvec" }, { 0xc7a4fbed, "rtnl_lock" }, { 0x54f25af3, "netif_carrier_on" }, { 0xc793983c, "skb_clone" }, { 0xba51893, "skb_copy" }, { 0xc88c7ada, "_spin_lock" }, { 0x63ecad53, "register_netdevice_notifier" }, { 0xa44db705, "netif_carrier_off" }, { 0xbd397b7e, "remove_proc_entry" }, { 0xeae3dfd6, "__const_udelay" }, { 0xd8c152cd, "raise_softirq_irqoff" }, { 0x2fd1d81c, "vfree" }, { 0x9d75ed43, "_spin_lock_irqsave" }, { 0x1d26aa98, "sprintf" }, { 0x96aa29ef, "skb_realloc_headroom" }, { 0x7d11c268, "jiffies" }, { 0xfe769456, "unregister_netdevice_notifier" }, { 0xb911bed2, "netif_rx" }, { 0x1183d774, "proc_mkdir" }, { 0x3298dac8, "proc_net" }, { 0x1b7d4074, "printk" }, { 0x5152e605, "memcmp" }, { 0x1075bf0, "panic" }, { 0x29988a70, "free_netdev" }, { 0xed5c73bf, "__tasklet_schedule" }, { 0x2da418b5, "copy_to_user" }, { 0x37794789, "netif_receive_skb" }, { 0xf1f30ac, "wireless_send_event" }, { 0xccc4f1ad, "dev_close" }, { 0xe49e22e1, "_spin_unlock_irqrestore" }, { 0xa5808bbf, "tasklet_init" }, { 0x72aad85, "mod_timer" }, { 0x69900829, "_spin_unlock" }, { 0x4a378bda, "proc_dostring" }, { 0xdc01acae, "dev_open" }, { 0x79ad224b, "tasklet_kill" }, { 0x32b465b3, "skb_over_panic" }, { 0x7dceceac, "capable" }, { 0x86a7151b, "skb_copy_expand" }, { 0x4ea383fc, "kmem_cache_alloc" }, { 0x7c7647a0, "__alloc_skb" }, { 0x6a2d425d, "unregister_sysctl_table" }, { 0x4292364c, "schedule" }, { 0x6b2dc060, "dump_stack" }, { 0xb28d4057, "skb_under_panic" }, { 0x20849326, "eth_type_trans" }, { 0x8e3e103, "create_proc_entry" }, { 0x3cc61a9f, "wake_up_process" }, { 0x60a18e8f, "pskb_expand_head" }, { 0x79313508, "init_timer" }, { 0x6989a769, "vsnprintf" }, { 0x618c442a, "_spin_unlock_bh" }, { 0x37a0cba, "kfree" }, { 0x2e60bace, "memcpy" }, { 0x98adfde2, "request_module" }, { 0xa779c0e7, "___pskb_trim" }, { 0x60dda1c1, "dev_alloc_name" }, { 0x25da070, "snprintf" }, { 0x8235805b, "memmove" }, { 0xb2525573, "dev_queue_xmit" }, { 0xdf06ce39, "_spin_lock_bh" }, { 0xf2a644fb, "copy_from_user" }, { 0x6e720ff2, "rtnl_unlock" }, { 0x56169bab, "per_cpu__softnet_data" }, }; static const char __module_depends[] __attribute_used__ __attribute__((section(".modinfo"))) = "depends="; MODULE_INFO(srcversion, "4007A6CB62A7F481348BA93");