|
Linux Kernel
3.7.1
|
#include <linux/init.h>#include <linux/stddef.h>#include <linux/errno.h>#include <linux/kernel.h>#include <linux/module.h>#include <linux/wanrouter.h>#include <linux/seq_file.h>#include <linux/mutex.h>#include <net/net_namespace.h>#include <asm/io.h>Go to the source code of this file.
Macros | |
| #define | PROC_STATS_FORMAT "%30s: %12lu\n" |
| #define | PROT_DECODE(prot) |
Functions | |
| int __init | 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) |
| #define PROT_DECODE | ( | prot | ) |
| int wanrouter_proc_add | ( | struct wan_device * | wandev | ) |
| int wanrouter_proc_delete | ( | struct wan_device * | wandev | ) |
1.8.2