|
Linux Kernel
3.7.1
|
#include <linux/module.h>#include <linux/kernel.h>#include <linux/init.h>#include <linux/netdevice.h>#include <linux/etherdevice.h>#include <linux/ip.h>#include <linux/atalk.h>#include <linux/if_arp.h>#include <linux/slab.h>#include <net/route.h>#include <asm/uaccess.h>#include "ipddp.h"Go to the source code of this file.
Functions | |
| MODULE_LICENSE ("GPL") | |
| module_param (ipddp_mode, int, 0) | |
| module_init (ipddp_init_module) | |
| module_exit (ipddp_cleanup_module) | |
| module_exit | ( | ipddp_cleanup_module | ) |
| module_init | ( | ipddp_init_module | ) |
| MODULE_LICENSE | ( | "GPL" | ) |
| module_param | ( | ipddp_mode | , |
| int | , | ||
| 0 | |||
| ) |
1.8.2