Linux Kernel
3.7.1
|
#include <uapi/linux/wanrouter.h>
#include <linux/fs.h>
#include <linux/proc_fs.h>
#include <linux/netdevice.h>
#include <linux/spinlock.h>
Go to the source code of this file.
Data Structures | |
struct | wan_device |
Functions | |
int | register_wan_device (struct wan_device *wandev) |
int | unregister_wan_device (char *name) |
int | wanrouter_proc_init (void) |
void | wanrouter_proc_cleanup (void) |
int | wanrouter_proc_add (struct wan_device *wandev) |
int | wanrouter_proc_delete (struct wan_device *wandev) |
long | wanrouter_ioctl (struct file *file, unsigned int cmd, unsigned long arg) |
Variables | |
struct wan_device * | wanrouter_router_devlist |
int register_wan_device | ( | struct wan_device * | wandev | ) |
int wanrouter_proc_add | ( | struct wan_device * | wandev | ) |
int wanrouter_proc_delete | ( | struct wan_device * | wandev | ) |
struct wan_device* wanrouter_router_devlist |